chore(swaylock): add daemonize to the config
This commit is contained in:
parent
8eaff04f27
commit
509749c8c0
@ -6,7 +6,7 @@ set
|
|||||||
$down j
|
$down j
|
||||||
$up k
|
$up k
|
||||||
$right l
|
$right l
|
||||||
$lock exec ~/utils/bin/swaylock-wrapper
|
$lock exec swaylock
|
||||||
$lockt exec ~/utils/bin/sway-locker -t
|
$lockt exec ~/utils/bin/sway-locker -t
|
||||||
$term KITTY_ENABLE_WAYLAND=1 kitty # qterminal alacritty
|
$term KITTY_ENABLE_WAYLAND=1 kitty # qterminal alacritty
|
||||||
$menu wofi --show drun
|
$menu wofi --show drun
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# vim: ft=config
|
# vim: ft=config
|
||||||
|
|
||||||
|
daemonize
|
||||||
screenshots
|
screenshots
|
||||||
clock
|
clock
|
||||||
indicator
|
indicator
|
||||||
show-failed-attempts
|
show-failed-attempts
|
||||||
indicator-radius=100
|
indicator-radius=150
|
||||||
indicator-thickness=7
|
indicator-thickness=7
|
||||||
effect-blur=7x5
|
effect-blur=7x5
|
||||||
effect-vignette=0.5:0.5
|
effect-vignette=0.5:0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user