Skip to content

User Config Examples

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

[Full config] (https://gist.github.com/QuinnCiccoretti/d22230303ad08f6247dfce48d46d9914)

Clone this wiki locally