wayland: Set up basic multi-display support
Added continuous wallpaper setting and different settings for laptop use (only one screen enabled) and docked use (two screens enabled and laptop screen disabled) using the wonderful `kanshi` program.
This commit is contained in:
parent
f325456e60
commit
83f40d6f85
2 changed files with 23 additions and 1 deletions
9
wayland/.config/kanshi/config
Normal file
9
wayland/.config/kanshi/config
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
profile docked {
|
||||
output eDP-1 disable
|
||||
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
|
||||
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
|
||||
}
|
||||
|
||||
profile single {
|
||||
output eDP-1 enable position 0,0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue