diff options
| -rwxr-xr-x | config/herbstluftwm/autostart | 30 |
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 |
| 38 | hc keybind $Mod-Left focus left | 38 | #hc keybind $Mod-Left focus left |
| 39 | hc keybind $Mod-Down focus down | 39 | #hc keybind $Mod-Down focus down |
| 40 | hc keybind $Mod-Up focus up | 40 | #hc keybind $Mod-Up focus up |
| 41 | hc keybind $Mod-Right focus right | 41 | #hc keybind $Mod-Right focus right |
| 42 | hc keybind $Mod-h focus left | 42 | hc keybind $Mod-h focus left |
| 43 | hc keybind $Mod-j focus down | 43 | hc keybind $Mod-j focus down |
| 44 | hc keybind $Mod-k focus up | 44 | hc keybind $Mod-k focus up |
| 45 | hc keybind $Mod-l focus right | 45 | hc keybind $Mod-l focus right |
| 46 | 46 | ||
| 47 | # moving clients | 47 | # moving clients |
| 48 | hc keybind $Mod-Shift-Left shift left | 48 | #hc keybind $Mod-Shift-Left shift left |
| 49 | hc keybind $Mod-Shift-Down shift down | 49 | #hc keybind $Mod-Shift-Down shift down |
| 50 | hc keybind $Mod-Shift-Up shift up | 50 | #hc keybind $Mod-Shift-Up shift up |
| 51 | hc keybind $Mod-Shift-Right shift right | 51 | #hc keybind $Mod-Shift-Right shift right |
| 52 | hc keybind $Mod-Shift-h shift left | 52 | hc keybind $Mod-Shift-h shift left |
| 53 | hc keybind $Mod-Shift-j shift down | 53 | hc keybind $Mod-Shift-j shift down |
| 54 | hc keybind $Mod-Shift-k shift up | 54 | hc keybind $Mod-Shift-k shift up |
| @@ -67,18 +67,20 @@ hc keybind $Mod-Control-h resize left +$resizestep | |||
| 67 | hc keybind $Mod-Control-j resize down +$resizestep | 67 | hc keybind $Mod-Control-j resize down +$resizestep |
| 68 | hc keybind $Mod-Control-k resize up +$resizestep | 68 | hc keybind $Mod-Control-k resize up +$resizestep |
| 69 | hc keybind $Mod-Control-l resize right +$resizestep | 69 | hc keybind $Mod-Control-l resize right +$resizestep |
| 70 | hc keybind $Mod-Control-Left resize left +$resizestep | 70 | #hc keybind $Mod-Control-Left resize left +$resizestep |
| 71 | hc keybind $Mod-Control-Down resize down +$resizestep | 71 | #hc keybind $Mod-Control-Down resize down +$resizestep |
| 72 | hc keybind $Mod-Control-Up resize up +$resizestep | 72 | #hc keybind $Mod-Control-Up resize up +$resizestep |
| 73 | hc keybind $Mod-Control-Right resize right +$resizestep | 73 | #hc keybind $Mod-Control-Right resize right +$resizestep |
| 74 | 74 | ||
| 75 | # tags | 75 | # tags |
| 76 | tag_names=( I II III IV V VI VII VIII IX X ) | 76 | tag_names=( I II III IV V VI VII VIII IX X ) |
| 77 | tag_keys=( {1..9} 0 ) | 77 | tag_keys=( {1..9} 0 ) |
| 78 | 78 | ||
| 79 | # Selecting workspaces | 79 | # Selecting workspaces |
| 80 | hc keybind Alt-Control-Left use_index -1 | 80 | #hc keybind Alt-Control-Left use_index -1 |
| 81 | hc keybind Alt-Control-Right use_index +1 | 81 | #hc keybind Alt-Control-Right use_index +1 |
| 82 | hc keybind Alt-Control-h use_index -1 | ||
| 83 | hc keybind Alt-Control-l use_index +1 | ||
| 82 | hc rename default "${tag_names[0]}" || true | 84 | hc rename default "${tag_names[0]}" || true |
| 83 | for i in ${!tag_names[@]} ; do | 85 | for i in ${!tag_names[@]} ; do |
| 84 | hc add "${tag_names[$i]}" | 86 | hc add "${tag_names[$i]}" |
