hosts: update silence, add annoyance
This commit is contained in:
parent
f4d51d6e65
commit
a043a4c4b4
2 changed files with 10 additions and 2 deletions
8
hosts.d/annoyance.conf
Normal file
8
hosts.d/annoyance.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# vim: ft=i3
|
||||
### annoyance specific settings
|
||||
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
set $extern-13 "Unknown CX133 0x00000001"
|
||||
|
||||
### Output configuration
|
||||
output $extern-38 mode 3840x1600
|
||||
output $extern-13 mode 2560x1600 scale 1.6
|
|
@ -1,5 +1,5 @@
|
|||
### silence specific settings
|
||||
# vim: ft=i3
|
||||
### silence specific settings
|
||||
set $intern "Unknown 0x5B2D 0x00000000"
|
||||
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
set $extern-13 "Unknown CX133 0x00000001"
|
||||
|
@ -7,7 +7,7 @@ set $extern-13 "Unknown CX133 0x00000001"
|
|||
### Output configuration
|
||||
output $intern mode 1920x1080
|
||||
output $extern-38 mode 3840x1600
|
||||
output $extern-13 mode 2560x1600 scale 1.4545
|
||||
output $extern-13 mode 2560x1600 scale 1.6
|
||||
|
||||
bindswitch --reload --locked lid:on output $intern disable
|
||||
bindswitch --reload --locked lid:off output $intern enable
|
||||
|
|
Loading…
Reference in a new issue