u
This commit is contained in:
@@ -86,11 +86,11 @@ bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h ; exec notify-send 'tile horizontally' # <FK> added notification
|
||||
# split in horizontal orientation # <FK> added notification
|
||||
bindsym $mod+h split h ; exec notify-send 'tile horizontally'
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v ; exec notify-send 'tile vertically' # <FK> added notification
|
||||
# split in vertical orientation # <FK> added notification
|
||||
bindsym $mod+v split v ; exec notify-send 'tile vertically'
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
Reference in New Issue
Block a user