From 1a9b0c7e4650ba4dda1f4be9e596e13ab48706fa Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Fri, 23 Nov 2018 16:52:42 +0100 Subject: [PATCH] change bspwm controls from 'Fn' to 'ctrl + Fn' --- dotfiles/config/sxhkd/sxhkdrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dotfiles/config/sxhkd/sxhkdrc b/dotfiles/config/sxhkd/sxhkdrc index 9a3c60f..9e5d6ba 100755 --- a/dotfiles/config/sxhkd/sxhkdrc +++ b/dotfiles/config/sxhkd/sxhkdrc @@ -49,35 +49,35 @@ super + w # === function keys === # rotate windows -F1 +ctrl + F1 bspc node @/ -R 90 # circulate windows -F2 +ctrl + 2 bspc node @/ -C forward # flip windows horizontal -F3 +ctrl + 3 bspc node @/ -F horizontal # flip windows vertical -F4 +ctrl + 4 bspc node @/ -F vertical # alternate between the tiled and monocle layout -F5 +ctrl + F5 bspc desktop -l next # balance windows -F6 +ctrl + F6 bspc node @/ -B # Change window gap -{F7,F8} +ctrl + {F7,F8} bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 )) # set the window state -{F9,F10,F11,F12} +ctrl + {F9,F10,F11,F12} bspc node -t {floating,tiled,pseudo_tiled,fullscreen} # Select desktop layout (monocle|tiled)