From 4c82f946b0701290a5c82a9f750822c164536fad Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 27 Feb 2015 21:29:32 +0100 Subject: Removed arrow-keybindings --- config/herbstluftwm/autostart | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'config') diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 78e9af8..683fbf1 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -35,20 +35,20 @@ hc keybind XF86AudioRaiseVolume spawn amixer set Master 1%+ # basic movement # focusing clients -hc keybind $Mod-Left focus left -hc keybind $Mod-Down focus down -hc keybind $Mod-Up focus up -hc keybind $Mod-Right focus right +#hc keybind $Mod-Left focus left +#hc keybind $Mod-Down focus down +#hc keybind $Mod-Up focus up +#hc keybind $Mod-Right focus right hc keybind $Mod-h focus left hc keybind $Mod-j focus down hc keybind $Mod-k focus up hc keybind $Mod-l focus right # moving clients -hc keybind $Mod-Shift-Left shift left -hc keybind $Mod-Shift-Down shift down -hc keybind $Mod-Shift-Up shift up -hc keybind $Mod-Shift-Right shift right +#hc keybind $Mod-Shift-Left shift left +#hc keybind $Mod-Shift-Down shift down +#hc keybind $Mod-Shift-Up shift up +#hc keybind $Mod-Shift-Right shift right hc keybind $Mod-Shift-h shift left hc keybind $Mod-Shift-j shift down hc keybind $Mod-Shift-k shift up @@ -67,18 +67,20 @@ hc keybind $Mod-Control-h resize left +$resizestep hc keybind $Mod-Control-j resize down +$resizestep hc keybind $Mod-Control-k resize up +$resizestep hc keybind $Mod-Control-l resize right +$resizestep -hc keybind $Mod-Control-Left resize left +$resizestep -hc keybind $Mod-Control-Down resize down +$resizestep -hc keybind $Mod-Control-Up resize up +$resizestep -hc keybind $Mod-Control-Right resize right +$resizestep +#hc keybind $Mod-Control-Left resize left +$resizestep +#hc keybind $Mod-Control-Down resize down +$resizestep +#hc keybind $Mod-Control-Up resize up +$resizestep +#hc keybind $Mod-Control-Right resize right +$resizestep # tags tag_names=( I II III IV V VI VII VIII IX X ) tag_keys=( {1..9} 0 ) # Selecting workspaces -hc keybind Alt-Control-Left use_index -1 -hc keybind Alt-Control-Right use_index +1 +#hc keybind Alt-Control-Left use_index -1 +#hc keybind Alt-Control-Right use_index +1 +hc keybind Alt-Control-h use_index -1 +hc keybind Alt-Control-l use_index +1 hc rename default "${tag_names[0]}" || true for i in ${!tag_names[@]} ; do hc add "${tag_names[$i]}" -- cgit v1.2.3