Fix i3 Split command syntax error
This commit is contained in:
parent
da31bc3959
commit
64f8d11dcc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ bindsym $mod+odiaeresis split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
bindsym $mod+Odiaeresis split v #odiaeresis
|
bindsym $mod+Shift+odiaeresis split v
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
Loading…
Reference in a new issue