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
|
- xset s 90 10
|
||||||
- /home/kunsi/.fehbg
|
- /home/kunsi/.fehbg
|
||||||
- sudo rfkill unblock wifi
|
- sudo rfkill unblock wifi
|
||||||
# - xrandr --output eDP --set "Broadcast RGB" "Full"
|
|
||||||
|
|
||||||
on_failure:
|
on_failure:
|
||||||
- xrandr --auto
|
- xrandr --auto
|
||||||
|
@ -21,7 +20,7 @@ rules:
|
||||||
- xset s off
|
- xset s off
|
||||||
- systemctl --user stop redshift.service
|
- systemctl --user stop redshift.service
|
||||||
|
|
||||||
- name: 'docked'
|
- name: 'docked DP3+4'
|
||||||
outputs_connected:
|
outputs_connected:
|
||||||
- DisplayPort-3
|
- DisplayPort-3
|
||||||
- DisplayPort-4
|
- DisplayPort-4
|
||||||
|
@ -34,8 +33,20 @@ rules:
|
||||||
- xset s off
|
- xset s off
|
||||||
- sudo rfkill block wifi
|
- sudo rfkill block wifi
|
||||||
- sudo light -S 100
|
- 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'
|
- name: 'internal only'
|
||||||
configure_single: eDP
|
configure_single: eDP
|
||||||
|
|
Loading…
Reference in a new issue