From 0bb3c81b7fde36b532e0b0d5084c4b35fb2ef35b Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Fri, 22 Mar 2019 18:34:45 -0500 Subject: [PATCH] Update --- user-config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-config/i3/config b/user-config/i3/config index 87d97d8..0c99b9c 100644 --- a/user-config/i3/config +++ b/user-config/i3/config @@ -172,7 +172,7 @@ bindsym $mod+6 workspace $ws6 bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $ws9 -bindsym $mod+0 workspace $ws10 +# bindsym $mod+0 workspace $ws10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace $ws1 @@ -184,7 +184,7 @@ bindsym $mod+Shift+6 move container to workspace $ws6 bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 -bindsym $mod+Shift+0 move container to workspace $ws10 +# bindsym $mod+Shift+0 move container to workspace $ws10 # reload the configuration file bindsym $mod+Shift+c reload