From 4a2e7b2d6d188f813b760ab748d5369e6b691f96 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Feb 2016 11:23:24 +0100 Subject: Revert "Vimify my herbstluftwm keybindings" This reverts commit 5d42e4f0ac0209bc6742cfe948b9254f1e3aabd2. --- herbstluftwm/.config/herbstluftwm/autostart | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 9a3c2ee..e871f25 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -68,10 +68,10 @@ hc keybind $Mod-p pseudotile toggle # resizing RESIZESTEP=0.05 -hc keybind $Mod-Control-h resize left +$RESIZESTEP -hc keybind $Mod-Control-n resize down +$RESIZESTEP -hc keybind $Mod-Control-e resize up +$RESIZESTEP -hc keybind $Mod-Control-i resize right +$RESIZESTEP +hc keybind $Mod-Control-n resize left +$RESIZESTEP +hc keybind $Mod-Control-e resize down +$RESIZESTEP +hc keybind $Mod-Control-i resize up +$RESIZESTEP +hc keybind $Mod-Control-o resize right +$RESIZESTEP # mouse hc mouseunbind --all @@ -84,15 +84,15 @@ hc keybind $Mod-BackSpace cycle_monitor hc keybind $Mod-Tab cycle_all +1 hc keybind $Mod-Shift-Tab cycle_all -1 # hc keybind $Mod-c cycle -hc keybind $Mod-h focus left -hc keybind $Mod-n focus down -hc keybind $Mod-e focus up -hc keybind $Mod-i focus right +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-u jumpto urgent -hc keybind $Mod-Shift-h shift left -hc keybind $Mod-Shift-n shift down -hc keybind $Mod-Shift-e shift up -hc keybind $Mod-Shift-i shift right +hc keybind $Mod-Shift-n shift left +hc keybind $Mod-Shift-e shift down +hc keybind $Mod-Shift-i shift up +hc keybind $Mod-Shift-o shift right # colors hc set frame_border_active_color '#3d3d3d' -- cgit v1.2.3-54-g00ecf