Browse Source

Updated bspwm hotkey behavior.

master
Daniel Sissom 2 months ago
parent
commit
2d2dc7c120
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 2 additions and 2 deletions
  1. + 2
    - 2
      sxhkd/sxhkdrc

+ 2
- 2
sxhkd/sxhkdrc

@ -53,7 +53,7 @@ alt + super + p
# focus/swap window in <direction> # focus/swap window in <direction>
alt + {_,shift +} {h,j,k,l} alt + {_,shift +} {h,j,k,l}
bspc node --{focus,swap} {west,south,north,east}
bspc node --{focus,swap} {west,south,north,east} --follow
# preselect window split in <direction> # preselect window split in <direction>
alt + ctrl + {h,j,k,l} alt + ctrl + {h,j,k,l}
@ -275,7 +275,7 @@ alt + backslash
# run dmenu launcher # run dmenu launcher
alt + space alt + space
dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0
dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 2
#XDG_CURRENT_DESKTOP=KDE dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0 #XDG_CURRENT_DESKTOP=KDE dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0
# volume controls # volume controls

Loading…
Cancel
Save