From 90ee7b2646487bcc6f70e95f7066d240a70a7cf5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 8 Nov 2024 14:32:28 -0600 Subject: [PATCH] Adding keybinding for passwmenu. --- .config/hypr/hyprland.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d9818b5..b215bf6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -275,7 +275,7 @@ bindm = $mainMod, mouse:273, resizewindow # Emacs programs launched using the key chord SUPER+e followed by 'key' bind = $mainMod, E, submap, emacs # will switch to a submap called 'emacs' -submap = emacs # will start a submap called "resize" +submap = emacs # will start a submap called "emacs" # sets repeatable binds for resizing the active window binde = , E, exec, $reset $emacs binde = , A, exec, $reset $emacs --eval '(emms-play-directory-tree \"~/Music/\")' @@ -291,6 +291,16 @@ bind = , escape, submap, reset # will reset the submap, which will return to the global submap submap = reset +# Wofi scripts (dmscripts) launched using the key chord SUPER+p followed by 'key' +bind = $mainMod, P, submap, dmscripts # will switch to a submap called 'emacs' +submap = dmscripts # will start a submap called "dmscripts" +# sets repeatable binds for resizing the active window +binde = , P, exec, $reset ~/.config/hypr/passwmenu -s ~/.config/wofi/themes/nord.css +# use reset to go back to the global submap +bind = , escape, submap, reset +# will reset the submap, which will return to the global submap +submap = reset + # Laptop multimedia keys for volume and LCD brightness bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-