From 914863b651bdd5f3efb7e593a6cf03446c46bfcc Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 13 Nov 2023 16:32:18 +0300 Subject: [PATCH] Fix broken keybind --- machines/enka/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index b1ff091..ec95e22 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -68,7 +68,7 @@ bind = SUPER, V, exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy bind = , PRINT, exec, grim -g "$(slurp -w 0)" - | swappy -f - -o - | wl-copy --type image/png - bind = SHIFT, PRINT, exec, grim - | swappy -f -o - | wl-copy --type image/png + bind = SHIFT, PRINT, exec, grim - | swappy -f - -o - | wl-copy --type image/png binde = , XF86AudioRaiseVolume, exec, wpctl set-volume --limit 1.5 @DEFAULT_AUDIO_SINK@ 5%+ binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-