From f7646037fa9919d7d079b679f6045da7aa3322cd Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 7 Jul 2021 22:08:29 +0200 Subject: [PATCH] i3: quote send_tick arguments for consistency --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 507dd98..77f7f8f 100644 --- a/config +++ b/config @@ -123,7 +123,7 @@ bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 bindsym $mod+Tab workspace back_and_forth bindsym $mod+Ctrl+o focus output right -bindsym $mod+n exec --no-startup-id i3-msg -t send_tick new-workspace +bindsym $mod+n exec --no-startup-id i3-msg -t send_tick "new-workspace" focus_wrapping workspace # move focused container to workspace @@ -138,7 +138,7 @@ bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 bindsym $mod+Shift+o move workspace to output right -bindsym $mod+Shift+n exec --no-startup-id i3-msg -t send_tick move-to-new-workspace +bindsym $mod+Shift+n exec --no-startup-id i3-msg -t send_tick "move-to-new-workspace" # reload/restart bindsym $mod+Shift+c reload