This commit is contained in:
blahai 2025-02-13 21:39:55 +02:00
parent eec4c01dfb
commit d13b5044ba
No known key found for this signature in database
5 changed files with 17 additions and 21 deletions

View file

@ -2,7 +2,6 @@
pkgs,
config,
inputs,
lib,
...
}: {
imports = [
@ -27,10 +26,11 @@
];
xdg.configFile."hypr/xdph.conf" = {
target = "";
text = ''
screencopy {
custom_picker_binary = ${pkgs.hyprland-preview-share-picker-git}/bin/result-hyprland-preview-share-picker
max_fps = 144
custom_picker_binary = ${pkgs.hyprland-preview-share-picker-git}/bin/hyprland-preview-share-picker
allow_token_by_default = true
}
'';
};