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.
This commit is contained in:
Trysdyn Black 2022-10-03 15:39:06 -07:00
parent 648f9e48f3
commit f0b6424f82

View file

@ -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"