mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
sway: fix refreshrate for monitors
This commit is contained in:
parent
e0b3d1ac85
commit
759405ea7e
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
# outputs
|
||||
|
||||
|
||||
set $laptop eDP-1
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
|
@ -9,14 +8,14 @@ bindswitch --reload --locked lid:off output $laptop enable
|
|||
output * {
|
||||
position 1920,0
|
||||
}
|
||||
|
||||
output DP-* {
|
||||
resolution 1920x1080
|
||||
resolution 1920x1080@60Hz
|
||||
}
|
||||
|
||||
output DP-4 {
|
||||
position 3840,0
|
||||
}
|
||||
|
||||
output $laptop {
|
||||
position 0,0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue