From 09f0a153f4623f4b50de5950af7cd1f04de36495 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 15 May 2024 17:00:39 -0500 Subject: [PATCH] u --- dots/i3wm/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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