diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-05-16 14:20:19 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-05-16 14:20:19 +0000 |
| commit | 438240ed9e5e475c57c70014c8184feabd1e1690 (patch) | |
| tree | 26498e25e9cfcd6dd3e7951ba7f1bc34cf559110 /bspwm/.config/sxhkd | |
| parent | 00997d20e5bf2a7f58775f1f3ab419bb6345f7cf (diff) | |
added nvim
Diffstat (limited to 'bspwm/.config/sxhkd')
| -rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc_bspwm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc_bspwm b/bspwm/.config/sxhkd/sxhkdrc_bspwm index df43c44..8b4bd17 100644 --- a/bspwm/.config/sxhkd/sxhkdrc_bspwm +++ b/bspwm/.config/sxhkd/sxhkdrc_bspwm @@ -18,13 +18,13 @@ alt + {t,shift + t,shift + f,f} alt + {Escape,semicolon} bspc desktop -f {prev,next}.occupied -# focus the node in the given direction +# focus/swap the node in the given direction alt + {_,shift + }{h,j,k,l} bspc node -{f,s} {west,south,north,east} # focus the next/previous window in the current desktop -alt + super + {j,k} - bspc node -f {prev,next}.local +alt + {_,shift} + n + bspc node -f {next,prev}.local # expand a window by moving one of its side outward alt + ctrl + {h,j,k,l} |
