From ef2e38c96352741b1d370c95975d4511cb1e1df0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 5 Mar 2022 20:12:13 -0300 Subject: [PATCH] sway: Poder mover workspaces --- .config/sway/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 4efc46b..1531828 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -90,6 +90,15 @@ input * { bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right + + bindsym $mod+Control+$left move workspace to output left + bindsym $mod+Control+$down move workspace to output down + bindsym $mod+Control+$up move workspace to output up + bindsym $mod+Control+$right move workspace to output right + bindsym $mod+Control+Left move workspace to output left + bindsym $mod+Control+Down move workspace to output down + bindsym $mod+Control+Up move workspace to output up + bindsym $mod+Control+Right move workspace to output right # # Workspaces: #