From 7540e9d50d248a74c2e2bed063002ee5798ef993 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 21 Aug 2023 13:07:32 +0400 Subject: [PATCH] Fix syntax error --- etc/sway/modes/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sway/modes/default.conf b/etc/sway/modes/default.conf index 8cb4147..c91ecf1 100644 --- a/etc/sway/modes/default.conf +++ b/etc/sway/modes/default.conf @@ -98,7 +98,7 @@ $bindsym $mod+8 workspace $ws8 $bindsym $mod+9 workspace $ws9 $bindsym $mod+0 workspace $ws10 -set $focus_ws [ $focus_after_move == 'true' ] && swaymsg workspace +set $focus_ws [ "$focus_after_move" == 'true' ] && swaymsg workspace ## Action // Move focused window to workspace // $mod + Shift + [number] ## $bindsym $mod+Shift+1 move container to workspace $ws1, exec $focus_ws $ws1