kanshi/config: add other HP monitor
Hopefully this one is temporary because the colors suck.
This commit is contained in:
parent
d1338a46b3
commit
07f87a3064
@ -5,13 +5,20 @@ profile external-dell {
|
|||||||
output "Dell Inc. DELL P2416D 6RC2C54O0NWS" mode 2560x1440 position 0,0 scale 1.75
|
output "Dell Inc. DELL P2416D 6RC2C54O0NWS" mode 2560x1440 position 0,0 scale 1.75
|
||||||
}
|
}
|
||||||
|
|
||||||
profile external-hp {
|
profile external-hp1 {
|
||||||
output eDP-1 disable
|
output eDP-1 disable
|
||||||
# HP E233, 23 inches, 95.78 PPI (see https://www.sven.de/dpi/)
|
# HP E233, 23 inches, 95.78 PPI (see https://www.sven.de/dpi/)
|
||||||
# "make model serial" from `swaymsg -t get_outputs`
|
# "make model serial" from `swaymsg -t get_outputs`
|
||||||
output "Unknown HP E233 CNC8341KND" mode 1920x1080 position 0,0 scale 1.33
|
output "Unknown HP E233 CNC8341KND" mode 1920x1080 position 0,0 scale 1.33
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile external-hp2 {
|
||||||
|
output eDP-1 disable
|
||||||
|
# HP E231, 23 inches, 95.78 PPI (see https://www.sven.de/dpi/)
|
||||||
|
# "make model serial" from `swaymsg -t get_outputs`
|
||||||
|
output "Hewlett Packard HP E231 6CM3472DH4" mode 1920x1080 position 0,0 scale 1.33
|
||||||
|
}
|
||||||
|
|
||||||
profile internal {
|
profile internal {
|
||||||
{%@@ if profile == "knafeh" @@%}
|
{%@@ if profile == "knafeh" @@%}
|
||||||
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
|
output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0
|
||||||
|
Loading…
Reference in New Issue
Block a user