grobi: add configuration for DisplayPort5+6
Sometimes after suspending, the docked displays will get detected as DP5+6 instead of 3+4
This commit is contained in:
parent
83797204b3
commit
a4406b81e2
1 changed files with 15 additions and 4 deletions
|
@ -4,7 +4,6 @@ execute_after:
|
|||
- xset s 90 10
|
||||
- /home/kunsi/.fehbg
|
||||
- sudo rfkill unblock wifi
|
||||
# - xrandr --output eDP --set "Broadcast RGB" "Full"
|
||||
|
||||
on_failure:
|
||||
- xrandr --auto
|
||||
|
@ -21,7 +20,7 @@ rules:
|
|||
- xset s off
|
||||
- systemctl --user stop redshift.service
|
||||
|
||||
- name: 'docked'
|
||||
- name: 'docked DP3+4'
|
||||
outputs_connected:
|
||||
- DisplayPort-3
|
||||
- DisplayPort-4
|
||||
|
@ -34,8 +33,20 @@ rules:
|
|||
- xset s off
|
||||
- sudo rfkill block wifi
|
||||
- sudo light -S 100
|
||||
# - xrandr --output DP2-2 --set "Broadcast RGB" "Full"
|
||||
# - xrandr --output DP2-1 --set "Broadcast RGB" "Full"
|
||||
|
||||
- name: 'docked DP5+6'
|
||||
outputs_connected:
|
||||
- DisplayPort-5
|
||||
- DisplayPort-6
|
||||
configure_row:
|
||||
- eDP
|
||||
- DisplayPort-5
|
||||
- DisplayPort-6
|
||||
primary: DisplayPort-6
|
||||
execute_after:
|
||||
- xset s off
|
||||
- sudo rfkill block wifi
|
||||
- sudo light -S 100
|
||||
|
||||
- name: 'internal only'
|
||||
configure_single: eDP
|
||||
|
|
Loading…
Reference in a new issue