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