File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
modules/nixos/home-manager/profiles/desktop Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 90
90
]
91
91
)
92
92
93
- emConfig =
94
- def
95
- { EM.emFont = "xft:${ fonts . monospace . name } :bold:size=18:antialias=true",
96
- EM.bgCol = "${ colors . withHashtag . base01 } ",
97
- EM.borderCol = "${ colors . withHashtag . base01 } ",
98
- EM.overlayF = EM.fixedSize 100 100,
99
- EM.txtCol = "${ colors . withHashtag . base0A } "
100
- }
101
-
102
93
myLayoutHook =
103
94
diminish (smartSpacingWithEdge 5)
104
95
. diminish minimize
179
170
shouldSink title = title `elem` tileTitles
180
171
doSink = (ask >>= doF . W.sink) <+> doF W.swapDown
181
172
173
+ emConfig =
174
+ def
175
+ { EM.emFont = "xft:${ fonts . monospace . name } :bold:size=18:antialias=true",
176
+ EM.bgCol = "${ colors . withHashtag . base01 } ",
177
+ EM.borderCol = "${ colors . withHashtag . base01 } ",
178
+ EM.cancelKey = xK_Escape,
179
+ EM.overlayF = EM.fixedSize 100 100,
180
+ EM.txtCol = "${ colors . withHashtag . base0A } "
181
+ }
182
+
182
183
easyFocus :: X ()
183
184
easyFocus = do
184
185
win <- selectWindow emConfig
You can’t perform that action at this time.
0 commit comments