home/hyprland: reenabled scratch workspace

This commit is contained in:
Aly Raffauf 2024-03-27 14:59:42 -04:00
parent 0b99df31dc
commit 893b19f516

View file

@ -226,6 +226,10 @@ bind = $mainMod SHIFT, 2, exec, hyprnome --move
# bind = $mainMod SHIFT, 9, movetoworkspace, 9
# bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1