From 894aa39d84f23aa8f138db82a07d974c0020023a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 13 Dec 2024 16:32:07 +0100 Subject: [PATCH] fix: open element/swaync-client panel with keybinds --- modules/home/hyprland/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1a074ab..0f4a72c 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -228,8 +228,10 @@ "$mainMod SHIFT, F, exec, firefox" "$mainMod SHIFT, W, exec, wdisplays" "$mainMod SHIFT, T, exec, thunderbird" + "$mainMod SHIFT, E, exec, element-desktop" "$mainMod SHIFT, P, exec, pavucontrol-qt" "$mainMod SHIFT, N ,exec, notes" # should be added by scripts/custom packages + "$mainMod, N,exec, swaync-client -t" # screenshot "SUPER SHIFT, S, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png"