aboutsummaryrefslogtreecommitdiffstats
path: root/config/herbstluftwm/autostart
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-27 21:29:32 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-27 21:29:32 +0100
commit4c82f946b0701290a5c82a9f750822c164536fad (patch)
tree64cef2c60a6b6554996600347a97f73a130a6fdc /config/herbstluftwm/autostart
parentda2a562bb8ab6139dff8d540ee2a41f7e47a02d7 (diff)
downloaddotfiles-4c82f946b0701290a5c82a9f750822c164536fad.tar.gz
dotfiles-4c82f946b0701290a5c82a9f750822c164536fad.tar.bz2
dotfiles-4c82f946b0701290a5c82a9f750822c164536fad.zip
Removed arrow-keybindings
Diffstat (limited to 'config/herbstluftwm/autostart')
-rwxr-xr-xconfig/herbstluftwm/autostart30
1 files changed, 16 insertions, 14 deletions
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%+
35 35
36# basic movement 36# basic movement
37# focusing clients 37# focusing clients
38hc keybind $Mod-Left focus left 38#hc keybind $Mod-Left focus left
39hc keybind $Mod-Down focus down 39#hc keybind $Mod-Down focus down
40hc keybind $Mod-Up focus up 40#hc keybind $Mod-Up focus up
41hc keybind $Mod-Right focus right 41#hc keybind $Mod-Right focus right
42hc keybind $Mod-h focus left 42hc keybind $Mod-h focus left
43hc keybind $Mod-j focus down 43hc keybind $Mod-j focus down
44hc keybind $Mod-k focus up 44hc keybind $Mod-k focus up
45hc keybind $Mod-l focus right 45hc keybind $Mod-l focus right
46 46
47# moving clients 47# moving clients
48hc keybind $Mod-Shift-Left shift left 48#hc keybind $Mod-Shift-Left shift left
49hc keybind $Mod-Shift-Down shift down 49#hc keybind $Mod-Shift-Down shift down
50hc keybind $Mod-Shift-Up shift up 50#hc keybind $Mod-Shift-Up shift up
51hc keybind $Mod-Shift-Right shift right 51#hc keybind $Mod-Shift-Right shift right
52hc keybind $Mod-Shift-h shift left 52hc keybind $Mod-Shift-h shift left
53hc keybind $Mod-Shift-j shift down 53hc keybind $Mod-Shift-j shift down
54hc keybind $Mod-Shift-k shift up 54hc keybind $Mod-Shift-k shift up
@@ -67,18 +67,20 @@ hc keybind $Mod-Control-h resize left +$resizestep
67hc keybind $Mod-Control-j resize down +$resizestep 67hc keybind $Mod-Control-j resize down +$resizestep
68hc keybind $Mod-Control-k resize up +$resizestep 68hc keybind $Mod-Control-k resize up +$resizestep
69hc keybind $Mod-Control-l resize right +$resizestep 69hc keybind $Mod-Control-l resize right +$resizestep
70hc keybind $Mod-Control-Left resize left +$resizestep 70#hc keybind $Mod-Control-Left resize left +$resizestep
71hc keybind $Mod-Control-Down resize down +$resizestep 71#hc keybind $Mod-Control-Down resize down +$resizestep
72hc keybind $Mod-Control-Up resize up +$resizestep 72#hc keybind $Mod-Control-Up resize up +$resizestep
73hc keybind $Mod-Control-Right resize right +$resizestep 73#hc keybind $Mod-Control-Right resize right +$resizestep
74 74
75# tags 75# tags
76tag_names=( I II III IV V VI VII VIII IX X ) 76tag_names=( I II III IV V VI VII VIII IX X )
77tag_keys=( {1..9} 0 ) 77tag_keys=( {1..9} 0 )
78 78
79# Selecting workspaces 79# Selecting workspaces
80hc keybind Alt-Control-Left use_index -1 80#hc keybind Alt-Control-Left use_index -1
81hc keybind Alt-Control-Right use_index +1 81#hc keybind Alt-Control-Right use_index +1
82hc keybind Alt-Control-h use_index -1
83hc keybind Alt-Control-l use_index +1
82hc rename default "${tag_names[0]}" || true 84hc rename default "${tag_names[0]}" || true
83for i in ${!tag_names[@]} ; do 85for i in ${!tag_names[@]} ; do
84 hc add "${tag_names[$i]}" 86 hc add "${tag_names[$i]}"