From e0b0296509e798a651dacae6a82c5ecbb89f7aaa Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 6 Feb 2024 22:33:47 -0600 Subject: [PATCH] better use of workspaces --- sway/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sway/config b/sway/config index 5593623..5e82370 100644 --- a/sway/config +++ b/sway/config @@ -20,6 +20,7 @@ input type:keyboard { } set $mod Mod4 +set $alt Mod1 set $left h set $down j set $up k @@ -104,6 +105,13 @@ bindsym $mod+Shift+6 move container to workspace " 6 " bindsym $mod+Shift+7 move container to workspace " 7 " bindsym $mod+Shift+8 move container to workspace " 8 " bindsym $mod+Shift+9 move container to workspace " 9 " +# - +bindsym $alt+t workspace "  " +bindsym $alt+w workspace " 󰖟 " +bindsym $alt+m workspace "  " +bindsym $alt+Shift+t move container to workspace "  " +bindsym $alt+Shift+w move container to workspace " 󰖟 " +bindsym $alt+Shift+m move container to workspace "  " #- bindsym $mod+comma workspace next_on_output bindsym $mod+period workspace prev_on_output