From c3defbb70855004fa357288e553829490a6dd1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 27 Sep 2013 05:23:24 +0200 Subject: [PATCH] Fixed errors in ~/.i3/config. --- i3/i3/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/i3/i3/config b/i3/i3/config index 2ac4424..d567417 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -110,16 +110,16 @@ bindsym $mod+9 workspace $workspace9 bindsym $mod+0 workspace $workspace10 - bindsym $mod+Shift+exclam move container to workspace $workspace1 - bindsym $mod+Shift+quotedbl move container to $workspace2 - bindsym $mod+Shift+section move container to $workspace3 - bindsym $mod+Shift+dollar move container to $workspace4 - bindsym $mod+Shift+percent move container to $workspace5 - bindsym $mod+Shift+ampersand move container to $workspace6 - bindsym $mod+Shift+slash move container to $workspace7 - bindsym $mod+Shift+parenleft move container to $workspace8 - bindsym $mod+Shift+parenright move container to $workspace9 - bindsym $mod+Shift+equal move container to $workspace10 + bindsym $mod+Shift+exclam move container to workspace $workspace1 + bindsym $mod+Shift+quotedbl move container to workspace $workspace2 + bindsym $mod+Shift+section move container to workspace $workspace3 + bindsym $mod+Shift+dollar move container to workspace $workspace4 + bindsym $mod+Shift+percent move container to workspace $workspace5 + bindsym $mod+Shift+ampersand move container to workspace $workspace6 + bindsym $mod+Shift+slash move container to workspace $workspace7 + bindsym $mod+Shift+parenleft move container to workspace $workspace8 + bindsym $mod+Shift+parenright move container to workspace $workspace9 + bindsym $mod+Shift+equal move container to workspace $workspace10 bindsym $mod+u workspace prev_on_output bindsym $mod+i workspace next_on_output