mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 17:48:34 +02:00
chore(release): v0.1.20
This commit is contained in:
@@ -2,43 +2,6 @@
|
||||
|
||||
; Load library
|
||||
#Include komorebic.lib.ahk
|
||||
; Load configuration
|
||||
#Include komorebi.generated.ahk
|
||||
|
||||
; Send the ALT key whenever changing focus to force focus changes
|
||||
AltFocusHack("enable")
|
||||
; Default to cloaking windows when switching workspaces
|
||||
WindowHidingBehaviour("cloak")
|
||||
; Set cross-monitor move behaviour to insert instead of swap
|
||||
CrossMonitorMoveBehaviour("Insert")
|
||||
; Enable hot reloading of changes to this file
|
||||
WatchConfiguration("enable")
|
||||
|
||||
; Create named workspaces I-V on monitor 0
|
||||
EnsureNamedWorkspaces(0, "I II III IV V")
|
||||
; You can do the same thing for secondary monitors too
|
||||
; EnsureNamedWorkspaces(1, "A B C D E F")
|
||||
|
||||
; Assign layouts to workspaces, possible values: bsp, columns, rows, vertical-stack, horizontal-stack, ultrawide-vertical-stack
|
||||
NamedWorkspaceLayout("I", "bsp")
|
||||
|
||||
; Set the gaps around the edge of the screen for a workspace
|
||||
NamedWorkspacePadding("I", 20)
|
||||
; Set the gaps between the containers for a workspace
|
||||
NamedWorkspaceContainerPadding("I", 20)
|
||||
|
||||
; You can assign specific apps to named workspaces
|
||||
; NamedWorkspaceRule("exe", "Firefox.exe", "III")
|
||||
|
||||
; Configure the invisible border dimensions
|
||||
InvisibleBorders(7, 0, 14, 7)
|
||||
|
||||
; Uncomment the next lines if you want a visual border around the active window
|
||||
; ActiveWindowBorderColour(66, 165, 245, "single")
|
||||
; ActiveWindowBorderColour(256, 165, 66, "stack")
|
||||
; ActiveWindowBorderColour(255, 51, 153, "monocle")
|
||||
|
||||
CompleteConfiguration()
|
||||
|
||||
; Focus windows
|
||||
!h::Focus("left")
|
||||
|
||||
Reference in New Issue
Block a user