File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 237
237
comments = true,
238
238
keywords = false,
239
239
functions = false,
240
- strings = false,
240
+ strings = false,
241
241
variables = false
242
- },
242
+ },
243
243
244
244
high_visibility = {
245
- lighter = false,
245
+ lighter = false,
246
246
darker = true
247
- },
247
+ },
248
248
})
249
249
'' ;
250
250
} ;
326
326
327
327
swayidle =
328
328
let
329
- locker = "swaylock -c ${ config . colorscheme . colors . base00 } --font 'Sarasa UI J'" ;
329
+ locker = "swaylock -fF - c ${ config . colorscheme . colors . base00 } --font 'Sarasa UI J'" ;
330
330
dpms = status : "swaymsg 'output * dpms ${ status } '" ;
331
331
in
332
332
{
341
341
] ;
342
342
343
343
timeouts = [
344
- { timeout = 300 ; command = dpms "off" ; resumeCommand = dpms "on" ; }
344
+ { timeout = 300 ; command = dpms "off" ; resumeCommand = dpms "on" ; }
345
345
{ timeout = 310 ; command = locker ; }
346
346
] ;
347
347
} ;
You can’t perform that action at this time.
0 commit comments