From 309d622110c73cfedcef8cb03b2d3dac23b08bf2 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 19 Jan 2018 12:54:19 -0600 Subject: [PATCH] sxhkd: Change window assignment keybinds for bspwm --- .config/sxhkd/sxhkdrc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8aecaa0d..548cba22 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,5 +1,9 @@ #!/bin/bash +#################### +# GENERAL HOTKEYS +#################### + # Execute terminal alt + Return urxvt @@ -40,9 +44,9 @@ alt + p alt + shift + p pkill xwinwrap -# -# bspwm hotkeys -# +#################### +# BSPWM HOTKEYS +#################### # Reload configuration alt + shift + r @@ -121,15 +125,15 @@ super + {h,j,k,l} bspc node -p {west,south,north,east} # preselect the ratio -alt + ctrl + {1-9} +super + {1-9} bspc node -o 0.{1-9} # cancel the preselection for the focused node -alt + ctrl + space +super + space bspc node -p cancel # cancel the preselection for the focused desktop -alt + ctrl + shift + space +ctrl + alt + space bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel #