sway: Change i3-msg to swaymsg in config

This commit is contained in:
Andreas Tsouchlos 2024-10-17 04:43:00 +02:00
parent 85d2139be6
commit 62c556f898
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ bindsym $mod+d exec $menu
floating_modifier $mod normal floating_modifier $mod normal
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
bindsym $mod+Shift+e exec i3-msg exit bindsym $mod+Shift+e exec swaymsg exit
bar { bar {
swaybar_command waybar swaybar_command waybar

View File

@ -33,8 +33,8 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
assign [class="Spotify"] $ws7 assign [class="Spotify"] $ws7
exec i3-msg 'workspace $ws1; exec kitty; $ws1' exec swaymsg 'workspace $ws1; exec kitty; $ws1'
exec i3-msg 'workspace $ws2; exec firefox' exec swaymsg 'workspace $ws2; exec firefox'
# #
## Multiple monitors ## Multiple monitors