From 09e8e15e105e77dccff304905adc1a9de2b2cc94 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 15 Mar 2023 14:37:22 -0500 Subject: [PATCH] Adding keybindings. --- .config/sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9f41a70..0978323 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -66,7 +66,7 @@ super + {_,shift + }{h,j,k,l} bspc node -{f,s} {west,south,north,east} # focus the node for the given path jump -super + {shift + p, shift + b, shift + comma, shift + period} +super + {shift + p, shift + b, ctrl + f, ctrl + s} bspc node -f @{parent,brother,first,second} # focus the next/previous node in the current desktop @@ -79,7 +79,10 @@ super + {Left, Right} # focus the next/previous monitor super + {comma, period} - bspc monitor --focus {prev,next} + bspc monitor -f {prev,next} + +super + {shift + comma, shift + period} + bspc node -s {prev,next} # focus the last node/desktop super + {shift + Tab,Tab}