diff --git a/dots/i3wm/config b/dots/i3wm/config index 2b99c68..5fcc639 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -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' # added notification +# split in horizontal orientation # 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' # added notification +# split in vertical orientation # added notification +bindsym $mod+v split v ; exec notify-send 'tile vertically' # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle