i3: quote send_tick arguments for consistency

This commit is contained in:
Vincent Bernat 2021-07-07 22:08:29 +02:00
parent eea648a27a
commit f7646037fa

4
config
View file

@ -123,7 +123,7 @@ bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10 bindsym $mod+0 workspace number $ws10
bindsym $mod+Tab workspace back_and_forth bindsym $mod+Tab workspace back_and_forth
bindsym $mod+Ctrl+o focus output right 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 focus_wrapping workspace
# move focused container to 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+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10 bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+Shift+o move workspace to output right 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 # reload/restart
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload