New backup 2026-03-03 16:34:00

This commit is contained in:
Penelope Gwen 2026-03-03 16:34:00 -08:00
parent 69766063d1
commit 5df4226cfb

View file

@ -31,9 +31,9 @@ bindsym {
$mod+space focus mode_toggle $mod+space focus mode_toggle
#swayr binds #swayr binds
$mod+Ctrl+S exec swayr switch-workspace-or-window $mod+Ctrl+S exec 'swayr switch-workspace-or-window'
$mod+Ctrl+Tab exec move-focused-to-workspace $mod+Ctrl+Tab exec 'swayr move-focused-to-workspace'
$mod+Ctrl+Shift+Tab exec steal-window $mod+Ctrl+Shift+Tab exec 'swayr steal-window'
#enter resize mode #enter resize mode
$mod+r mode "resize" $mod+r mode "resize"
} }