add layout bindings to i3 config
This commit is contained in:
parent
419b56d175
commit
703017243a
1 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,7 @@ bindsym $mod+Return exec alacritty
|
|||
bindsym $mod+Home exec thunar
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+d exec --no-startup-id ~/bin/launcher
|
||||
bindsym $mod+g exec --no-startup-id ~/bin/screengrab
|
||||
|
||||
# i3 actions
|
||||
bindsym $mod+Shift+c reload
|
||||
|
@ -42,6 +43,11 @@ bindsym $mod+Shift+Down move down
|
|||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
# splits
|
||||
bindsym $mod+u split h
|
||||
bindsym $mod+i split v
|
||||
|
@ -123,7 +129,7 @@ mode "$mode_system" {
|
|||
bindsym $mod+Shift+e mode "$mode_system"
|
||||
|
||||
# appearance
|
||||
#font xft:artwiz lime 7
|
||||
font xft:artwiz lime 7
|
||||
new_window pixel 2
|
||||
font xft:Roboto 13
|
||||
gaps inner 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue