Add kanshi configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2ebf5ad66e
commit
b61fa83b3b
1 changed files with 21 additions and 0 deletions
21
system/.config/kanshi/config
Normal file
21
system/.config/kanshi/config
Normal file
|
@ -0,0 +1,21 @@
|
|||
profile home {
|
||||
output eDP-1 disable
|
||||
output HDMI-A-1 mode 1920x1200@59.950Hz position 0,0
|
||||
output HDMI-A-2 mode 1920x1080@60Hz position 1920,120
|
||||
|
||||
exec xrandr --output XWAYLAND0
|
||||
exec xrandr --output XWAYLAND1 --primary
|
||||
}
|
||||
|
||||
profile mobile {
|
||||
output eDP-1 mode 1920x1080@60Hz position 0,0
|
||||
|
||||
exec xrandr --output XWAYLAND0 --primary
|
||||
}
|
||||
|
||||
profile gw2 {
|
||||
output eDP-1 disable
|
||||
output HDMI-A-2 mode 1920x1080@60Hz position 0,0
|
||||
|
||||
exec xrandr --output XWAYLAND0 --primary
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue