mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 05:20:48 -05:00
Delay between turning on displays and kanshi reload
This commit is contained in:
parent
d8c22a20e6
commit
78f58a11e5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ swayidle -w \
|
|||
swayidle -w \
|
||||
timeout 300 'waylock-launcher' \
|
||||
timeout 900 'wlr-randr --output DP-1 --off --output DP-2 --off' \
|
||||
resume 'wlr-randr --output DP-1 --on --output DP-2 --on && kanshictl reload' \
|
||||
resume 'wlr-randr --output DP-1 --on --output DP-2 --on && sleep 2 && kanshictl reload' \
|
||||
2>&1 | tee -a "$LOG_FILE" & disown
|
||||
{{- else }}
|
||||
# lock after 5m
|
||||
|
|
Loading…
Reference in a new issue