mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
i3: quote send_tick arguments for consistency
This commit is contained in:
parent
eea648a27a
commit
f7646037fa
1 changed files with 2 additions and 2 deletions
4
config
4
config
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue