From edd62c63013d9399e0e4fb234f0287567f636dd8 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 3 Oct 2024 10:49:40 +0200 Subject: [PATCH] sway: fix swaysome for next/prev output --- dotfiles/.config/sway/config.d/91-swaysome.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"