Adding keybinding for passwmenu.

This commit is contained in:
Derek Taylor
2024-11-08 14:32:28 -06:00
parent d028fef577
commit 90ee7b2646

View File

@@ -275,7 +275,7 @@ bindm = $mainMod, mouse:273, resizewindow
# Emacs programs launched using the key chord SUPER+e followed by 'key' # Emacs programs launched using the key chord SUPER+e followed by 'key'
bind = $mainMod, E, submap, emacs # will switch to a submap called 'emacs' 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 # sets repeatable binds for resizing the active window
binde = , E, exec, $reset $emacs binde = , E, exec, $reset $emacs
binde = , A, exec, $reset $emacs --eval '(emms-play-directory-tree \"~/Music/\")' 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 # will reset the submap, which will return to the global submap
submap = reset 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 # Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-