mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-20 20:11:11 +02:00
Updated User Config Examples (markdown)
+18
-2
@@ -1,4 +1,20 @@
|
|||||||
# User Config Examples
|
# User Config Examples
|
||||||
|
|
||||||
Example with basic workspace and focus functionality:
|
## Basic workspace switching
|
||||||
https://gist.github.com/QuinnCiccoretti/d22230303ad08f6247dfce48d46d9914
|
```ahk
|
||||||
|
|
||||||
|
; 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)
|
||||||
Reference in New Issue
Block a user