File tree 2 files changed +5
-5
lines changed
modules/shared/home-manager
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
skhdConfig =
28
28
let
29
- spaces = map toString ( lib . range 1 5 ) ;
30
29
ws = n : "cmd - ${ n } : yabai -m space --focus ${ n } " ;
31
30
move = n : "shift + cmd - ${ n } : yabai -m window --space ${ n } ; yabai -m space --focus ${ n } " ;
32
31
in
37
36
cmd - e : yabai -m window --toggle zoom-fullscreen
38
37
shift + cmd - e : yabai -m window --toggle float --grid 4:4:1:1:2:2
39
38
''
40
- + lib . optionalString config . services . yabai . enable ( lib . concatLines ( map move spaces ) ) ;
39
+ + lib . optionalString config . services . yabai . enable ( lib . concatLines ( map move ( map toString ( lib . range 1 6 ) ) ) )
40
+ + lib . optionalString config . services . yabai . enable ( lib . concatLines ( map ws ( map toString ( lib . range 1 6 ) ) ) ) ;
41
41
} ;
42
42
43
43
yabai = {
44
- enable = true ;
45
- enableScriptingAddition = true ;
44
+ enable = false ;
45
+ enableScriptingAddition = false ;
46
46
47
47
config =
48
48
let
Original file line number Diff line number Diff line change 57
57
lm = [
58
58
"log"
59
59
"-r"
60
- "present(@) | present(ancestors(tracked_remote_bookmarks () & mine(), 5))"
60
+ "present(@) | present(ancestors(bookmarks () & mine() & mutable (), 5))"
61
61
] ;
62
62
63
63
mv = [
You can’t perform that action at this time.
0 commit comments