diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-07 18:13:44 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-07 18:13:44 +0200 |
| commit | 985a273abc2f9e0046025af9932397bba0047651 (patch) | |
| tree | 468690835776656b2b7741847bd13e89ee5b470e /.config/sway/config | |
| parent | 98c90db8ec74371627d928033de63086172a9f56 (diff) | |
sway: disable kanshi reload and mpd-mpris autostart
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' \ |