mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Adding keybinding for passwmenu.
This commit is contained in:
@@ -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%-
|
||||
|
||||
Reference in New Issue
Block a user