mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-25 02:10:57 +01:00
32 lines
791 B
TOML
32 lines
791 B
TOML
after-login-command = []
|
|
start-at-login = false
|
|
|
|
[gaps.outer]
|
|
bottom = 8
|
|
left = 8
|
|
right = 8
|
|
top = 8
|
|
|
|
[mode.main.binding]
|
|
alt-enter = "exec-and-forget osascript -e '\n tell application \"Terminal\"\n do script\n activate\n end tell'\n"
|
|
alt-h = "focus left"
|
|
alt-j = "focus down"
|
|
alt-k = "focus up"
|
|
alt-l = "focus right"
|
|
|
|
[[on-window-detected]]
|
|
run = "move-node-to-workspace 9"
|
|
|
|
[on-window-detected.if]
|
|
app-id = "com.apple.finder"
|
|
|
|
[[on-window-detected]]
|
|
check-further-callbacks = true
|
|
run = ["layout floating", "move-node-to-workspace S"]
|
|
|
|
[on-window-detected.if]
|
|
app-id = "com.apple.systempreferences"
|
|
app-name-regex-substring = "settings"
|
|
during-aerospace-startup = true
|
|
window-title-regex-substring = "substring"
|
|
workspace = "workspace-name"
|