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:
parent
648f9e48f3
commit
f0b6424f82
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue