Fix eDP-1 refresh rate in Kanshi configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
36dbe5a024
commit
f00eef173e
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ profile home {
|
|||
}
|
||||
|
||||
profile mobile {
|
||||
output eDP-1 mode 1920x1080@60Hz position 0,0
|
||||
output eDP-1 mode 1920x1080@60.031Hz position 0,0
|
||||
|
||||
exec xrandr --output XWAYLAND0 --primary
|
||||
}
|
||||
|
||||
profile gw2 {
|
||||
output eDP-1 disable
|
||||
output HDMI-A-2 mode 1920x1080@60Hz position 0,0
|
||||
output HDMI-A-2 mode 1920x1080@60.031Hz position 0,0
|
||||
|
||||
exec xrandr --output XWAYLAND0 --primary
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue