diff options
| author | Robert Günzler <r@gnzler.io> | 2020-05-25 17:37:16 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-05-25 17:37:16 +0200 |
| commit | a1b630d492f759ddc11b51d74c61e16ba88ffb88 (patch) | |
| tree | bd964caf2d3dcec751e4f3f2b78d402bbd3c02fd | |
| parent | bd456a95f55a9fd713378f1be7c156d86867278b (diff) | |
sway: move to oguri for bg
| -rw-r--r-- | .config/oguri/config | 5 | ||||
| -rw-r--r-- | .config/sway/hibiki | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/.config/oguri/config b/.config/oguri/config new file mode 100644 index 0000000..71e7df4 --- /dev/null +++ b/.config/oguri/config @@ -0,0 +1,5 @@ +[output *] +filter=best + +[output 'Dell Inc. DELL U2518D 3C4YP87AAK3L'] +anchor=left diff --git a/.config/sway/hibiki b/.config/sway/hibiki index 2918006..37345c2 100644 --- a/.config/sway/hibiki +++ b/.config/sway/hibiki @@ -3,12 +3,12 @@ set $laptop eDP-1 set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" -output * scale 1 -output * bg $HOME/.background fill +# output * scale 1 font pango:Iosevka Sparkle 12 output * max_render_time 1 +output * adaptive_sync on # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 # seat * hide_cursor 2000 @@ -17,10 +17,11 @@ bar { swaybar_command waybar } +exec oguri +exec_always ogurictl output --image output $HOME/.background * + exec redshift exec mako -exec 'sh -c "while true; do kanshi; done"' -exec_always pkill kanshi exec swayidle -w \ timeout 540 'lock' \ timeout 600 'swaymsg "output * dpms off"' \ |