diff --git a/dotfiles/.config/sway/config.d/91-swaysome.conf b/dotfiles/.config/sway/config.d/91-swaysome.conf index 7f5308f..ba87a6f 100644 --- a/dotfiles/.config/sway/config.d/91-swaysome.conf +++ b/dotfiles/.config/sway/config.d/91-swaysome.conf @@ -43,10 +43,10 @@ bindsym $mod+Shift+9 exec "swaysome move 9" bindsym $mod+Shift+0 exec "swaysome move 0" # Move focused container to next output -bindsym $mod+o exec "swaysome next_output" +bindsym $mod+o exec "swaysome next-output" # Move focused container to previous output -bindsym $mod+Shift+o exec "swaysome prev_output" +bindsym $mod+Shift+o exec "swaysome prev-output" # Init workspaces for every screen exec "swaysome init 1"