From 266ad314cd91ec007f3eb5e24c14c63eab3f59c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 18 Sep 2013 23:10:32 +0200 Subject: [PATCH] $mod+Shift+c will now generate a new config first. --- i3/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3/config b/i3/i3/config index 13aec17..239ab5c 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -133,7 +133,7 @@ bindsym $mod+Shift+parenright move container to workspace 9 bindsym $mod+Shift+equal move container to workspace 10 # reload the configuration file -bindsym $mod+Shift+C reload +bindsym $mod+Shift+C exec --no-startup-id bash ~/.i3/scripts/genconfig.bash ; reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+R restart # exit i3 (logs you out of your X session)