From ed0a853ef225daf14cd221f87ef4d10654fffab7 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 5 Jan 2020 11:18:11 -0800 Subject: [PATCH] Fix: super+t bind for tiling current node, super+return for term --- bspwm-home/.config/sxhkd/sxhkdrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bspwm-home/.config/sxhkd/sxhkdrc b/bspwm-home/.config/sxhkd/sxhkdrc index ae999eeb..29828b9d 100644 --- a/bspwm-home/.config/sxhkd/sxhkdrc +++ b/bspwm-home/.config/sxhkd/sxhkdrc @@ -3,9 +3,6 @@ super + w exo-open --launch WebBrowser # terminal emulator -super + t - exo-open --launch TerminalEmulator - super + Return exo-open --launch TerminalEmulator @@ -50,7 +47,7 @@ super + g # # set the window state -super + {shift + t,s,f} +super + {t,shift + t,s,f} bspc node -t {tiled,pseudo_tiled,floating,fullscreen} # set the node flags