You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quinn Ciccoretti edited this page Oct 28, 2022
·
7 revisions
User Config Examples
Basic workspace switching
; Hide windows when switching workspaces (faster than playing minimize animation)
WindowHidingBehaviour("hide")
!+1::
MoveToWorkspace(0)
return!1::
FocusWorkspace(0)
return; etc