From 896f33addc4274a8f68a5c72f9315682ebb3c868 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 2 May 2023 09:28:45 -0700 Subject: [PATCH] Try to normalize display numbers again - Use physical hardware address for where to put rofi - Switch dunst to output on focused display Rotom handles displays differently and my TV keeps dropping from the bus when turned off, changing its display number when powered back on. This should fix the effects of that, hopefully. --- .config/dunst/dunstrc | 2 +- .config/sway/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 2f191c7..985ae11 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -8,7 +8,7 @@ horizontal_padding = 1 notification_limit = 20 shrink = no - follow = none + follow = mouse indicate_hidden = yes transparency = 0 frame_width = 2 diff --git a/.config/sway/config b/.config/sway/config index 9569d56..f6bf171 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -51,7 +51,7 @@ bindsym $mod+Shift+q kill bindsym button3 kill # rofi launcher -bindsym $mod+space exec "rofi -m 0 -show run" +bindsym $mod+space exec "rofi -m HDMI-A-2 -show run" # thunar -- file manager bindsym $mod+Shift+Return exec "thunar"