From 6ef42388f599331ea534f6b47f23eef117f1a0ba Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 9 Nov 2016 15:03:16 +0100 Subject: Remove directional window switching This should help me learn to use the window list and run-or-raise more. --- herbstluftwm/.config/herbstluftwm/autostart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 0e83a29..2becb0b 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -84,10 +84,6 @@ hc keybind $Mod-x spawn hlwm-switch-tags # as much as I can, and have the layouts set-up correctly already, but # sometimes I still need to move around, resize and move clients. resizestep=0.05 -hc keybind $Mod-n focus left -hc keybind $Mod-e focus down -hc keybind $Mod-i focus up -hc keybind $Mod-o focus right hc keybind $Mod-Shift-n shift left hc keybind $Mod-Shift-e shift down hc keybind $Mod-Shift-i shift up -- cgit v1.2.3-54-g00ecf