diff options
Diffstat (limited to 'bspwm/.config/sxhkd')
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index c0c549e..62d4265 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -46,7 +46,7 @@ super + q bspc node -c # superernate between the tiled and monocle layout -super + m +super + w bspc desktop -l next # send the newest marked node to the newest preselected node |