From a1b630d492f759ddc11b51d74c61e16ba88ffb88 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 25 May 2020 17:37:16 +0200 Subject: sway: move to oguri for bg --- .config/oguri/config | 5 +++++ .config/sway/hibiki | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .config/oguri/config 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"' \ -- cgit 1.4.1