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.
This commit is contained in:
parent
f2cc823724
commit
896f33addc
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
horizontal_padding = 1
|
||||
notification_limit = 20
|
||||
shrink = no
|
||||
follow = none
|
||||
follow = mouse
|
||||
indicate_hidden = yes
|
||||
transparency = 0
|
||||
frame_width = 2
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue