File tree 2 files changed +26
-1
lines changed
tests/modules/programs/aerospace
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 14
14
alt-k = "focus up" ;
15
15
alt-l = "focus right" ;
16
16
} ;
17
+ on-window-detected = [
18
+ {
19
+ "if" = { app-id = "com.apple.MobileSMS" ; } ;
20
+ run = [ "move-node-to-workspace 10" ] ;
21
+ }
22
+ {
23
+ "if" = { app-id = "ru.keepcoder.Telegram" ; } ;
24
+ run = [ "move-node-to-workspace 10" ] ;
25
+ }
26
+ {
27
+ "if" = { app-id = "org.whispersystems.signal-desktop" ; } ;
28
+ run = [ "move-node-to-workspace 10" ] ;
29
+ }
30
+ ] ;
17
31
} ;
18
32
} ;
19
33
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ enable-normalization-opposite-orientation-for-nested-containers = true
8
8
exec-on-workspace-change = []
9
9
on-focus-changed = []
10
10
on-focused-monitor-changed = [" move-mouse monitor-lazy-center" ]
11
- on-window-detected = []
12
11
start-at-login = false
13
12
14
13
[gaps .outer ]
@@ -25,3 +24,15 @@ alt-h = "focus left"
25
24
alt-j = " focus down"
26
25
alt-k = " focus up"
27
26
alt-l = " focus right"
27
+
28
+ [[on-window-detected ]]
29
+ "if.app-id" = " com.apple.MobileSMS"
30
+ run = [" move-node-to-workspace 10" ]
31
+
32
+ [[on-window-detected ]]
33
+ "if.app-id" = " ru.keepcoder.Telegram"
34
+ run = [" move-node-to-workspace 10" ]
35
+
36
+ [[on-window-detected ]]
37
+ "if.app-id" = " org.whispersystems.signal-desktop"
38
+ run = [" move-node-to-workspace 10" ]
You can’t perform that action at this time.
0 commit comments