07_i3_controls.config 479 B

1234567891011121314151617181920
  1. ### 07 i3 Controls
  2. ##Begin Screen Management
  3. bindsym $mod+h split h
  4. bindsym $mod+v split v
  5. bindsym $mod+f fullscreen
  6. ##End Screen Management
  7. ##Begin Layouts
  8. bindsym $mod+s layout stacking
  9. bindsym $mod+t layout tabbed
  10. bindsym $mod+u layout default
  11. ##End Layouts
  12. ##Begin i3 Controls
  13. bindsym $mod+Shift+c exec "bash ~/.i3/generatei3Config.sh"; reload
  14. bindsym $mod+Shift+r exec "bash ~/.i3/generatei3Config.sh"; restart
  15. bindsym $mod+Shift+e exit
  16. ##End i3 Controls