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