From f0b6424f82421ad36c5dc962e1c4a471886c46a5 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 3 Oct 2022 15:39:06 -0700 Subject: [PATCH] Set rofi to display on display 0 again I removed this but as it turns out I need it. When I power off or disconnect my TV, rofi gets confused about where to display. --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index bb736bc..9479dda 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -70,7 +70,7 @@ bindsym $mod+Shift+q kill bindsym button3 kill # rofi launcher -bindsym $mod+space exec "rofi -show run" +bindsym $mod+space exec "rofi -m 0 -show run" # pcmanfm -- file manager bindsym $mod+Shift+Return exec "pcmanfm"