17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
# Directory for received taildrop files
|
|
set $taildrop_inbox $HOME/Downloads
|
|
|
|
# Screen temperature
|
|
exec wlsunset -l 45 -L 6
|
|
|
|
# Notifications
|
|
exec mako
|
|
|
|
# Output management
|
|
exec kanshi
|
|
|
|
# Auto receive taildrop files
|
|
exec tailscale file get --loop --conflict=rename $taildrop_inbox
|
|
|
|
exec swayidle -w
|