This commit is contained in:
committer
2024-05-15 17:00:39 -05:00
parent 435814ea6b
commit 09f0a153f4

View File

@@ -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