sway: Change i3-msg to swaymsg in config
This commit is contained in:
parent
85d2139be6
commit
62c556f898
@ -26,7 +26,7 @@ bindsym $mod+d exec $menu
|
||||
floating_modifier $mod normal
|
||||
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+e exec i3-msg exit
|
||||
bindsym $mod+Shift+e exec swaymsg exit
|
||||
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
|
||||
@ -33,8 +33,8 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
assign [class="Spotify"] $ws7
|
||||
|
||||
exec i3-msg 'workspace $ws1; exec kitty; $ws1'
|
||||
exec i3-msg 'workspace $ws2; exec firefox'
|
||||
exec swaymsg 'workspace $ws1; exec kitty; $ws1'
|
||||
exec swaymsg 'workspace $ws2; exec firefox'
|
||||
|
||||
#
|
||||
## Multiple monitors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user