From 9e08af56eada0ff2abfdc5f7fed6d6ad5ef1ccd8 Mon Sep 17 00:00:00 2001 From: odave Date: Tue, 17 Mar 2020 16:08:21 +0000 Subject: ~changed around split setters --- i3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3.conf b/i3.conf index 7d06d97..808d642 100644 --- a/i3.conf +++ b/i3.conf @@ -85,10 +85,10 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+Ctrl+h split h +bindsym $mod+Ctrl+h split v # split in vertical orientation -bindsym $mod+Ctrl+v split v +bindsym $mod+Ctrl+v split h # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle -- cgit v1.2.3-13-gbd6f