summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/oguri/config5
-rw-r--r--.config/sway/hibiki9
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"' \