better use of workspaces

This commit is contained in:
tavo-wasd 2024-02-06 22:33:47 -06:00
parent 608753b484
commit e0b0296509

View file

@ -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