diff options
Diffstat (limited to '.config/aerospace/aerospace.toml')
| -rw-r--r-- | .config/aerospace/aerospace.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index 1e6ad54..a55f3af 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -67,6 +67,13 @@ alt-shift-1 = 'move-node-to-workspace 1' alt-shift-2 = 'move-node-to-workspace 2' alt-shift-3 = 'move-node-to-workspace 3' +alt-f = "fullscreen" + + +[[on-window-detected]] +if.app-id = 'com.apple.Preview' +run = ['layout floating','move-node-to-workspace 3'] +check-further-callbacks = false [[on-window-detected]] if.app-id = 'com.mitchellh.ghostty' |
