🔧 Adjust of keybindings
This commit is contained in:
parent
09fe1da59b
commit
bfc57e422c
2 changed files with 3 additions and 4 deletions
|
|
@ -14,8 +14,7 @@
|
|||
riverctl map normal Super Return spawn foot
|
||||
|
||||
# Super+D starts dmenu-wl (wayland dmenu)
|
||||
# NOTE: Currently troubleshooting
|
||||
riverctl map normal Super D spawn dmenu-wl_run -i
|
||||
riverctl map normal Super D spawn "dmenu-wl_run -i"
|
||||
|
||||
# Super+F to start librewolf
|
||||
riverctl map normal Super F spawn librewolf
|
||||
|
|
@ -26,7 +25,7 @@ riverctl map normal Super B spawn "foot --config='/home/brian/.config/foot/bfoot
|
|||
# Super+Shift+Q to close the focused view
|
||||
riverctl map normal Super+Shift Q close
|
||||
|
||||
# Super+Shift+Escape to exit river
|
||||
# Super+Shift+Escape to exit river with prompt
|
||||
riverctl map normal Super+Shift Escape exit
|
||||
|
||||
# Super+J and Super+K to focus the next/previous view in the layout stack
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ super + Escape
|
|||
# bspwm hotkeys
|
||||
# quit bspwm
|
||||
super + shift + Escape
|
||||
/home/brian/scripts/prompt "Are you sure you would like to quite this Xsession?" "bspc quit"
|
||||
/home/brian/scripts/prompt "Are you sure you would like to quit this Xsession?" "bspc quit"
|
||||
|
||||
# restart bspwm
|
||||
super + shift + r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue