07_i3_controls.config 381 B

123456789101112131415161718
  1. ##Begin Screen Management
  2. bindsym $mod+h split h
  3. bindsym $mod+v split v
  4. bindsym $mod+f fullscreen
  5. ##End Screen Management
  6. ##Begin Layouts
  7. bindsym $mod+s layout stacking
  8. bindsym $mod+t layout tabbed
  9. bindsym $mod+u layout default
  10. ##End Layouts
  11. ##Begin i3 Controls
  12. bindsym $mod+Shift+c reload
  13. bindsym $mod+Shift+r restart
  14. bindsym $mod+Shift+e exit
  15. ##End i3 Controls