diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/sway/config b/.config/sway/config index 73be3d2..bceb81b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,15 +1,16 @@ -# vim: ft=i3 fdm=marker +# vim: ft=i3config fdm=marker exec doas rc gui -#exec_always kanshictl reload output * scale 1 output * max_render_time 1 output * adaptive_sync on -output * bg $HOME/Pictures/IMG_20180616_170559.jpg fill -output 'Dell Inc. DELL U2518D 3C4YP87AAK3L' bg $HOME/Pictures/IMG_20180506_171549.jpg fill -# exec_always sh -c 'sleep 2 ; killall oguri ; oguri' +exec_always sh -c 'killall kanshi; exec kanshi' +exec_always sh -c 'killall oguri; exec oguri; oguri-cycle' +exec_always sh -c 'killall waybar; exec waybar' +#exec_always kanshictl reload + exec light -S 80 exec redshift exec mako |