diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 8aea166..625f642 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -2,7 +2,7 @@ exec doas rc gui -exec_always kanshictl reload +#exec_always kanshictl reload output * scale 1 output * max_render_time 1 output * adaptive_sync on @@ -13,7 +13,7 @@ output 'Dell Inc. DELL U2518D 3C4YP87AAK3L' bg $HOME/Pictures/IMG_20180506_17154 exec light -S 80 exec redshift exec mako -exec mpd-mpris -no-instance +# exec mpd-mpris -no-instance exec swayidle -w \ timeout 540 'lock' \ timeout 800 'swaymsg output \* dpms off' \ |