From 2d2dc7c120f6379cf906b1e48bb29afc39e8d73e Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 2 Aug 2024 17:09:56 -0500 Subject: [PATCH] Updated bspwm hotkey behavior. --- sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 8028edd..471e337 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -53,7 +53,7 @@ alt + super + p # focus/swap window in 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 alt + ctrl + {h,j,k,l} @@ -275,7 +275,7 @@ alt + backslash # run dmenu launcher 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 # volume controls