Skip to content

Commit

Permalink
sway: fix refreshrate for monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Nov 5, 2023
1 parent e0b3d1a commit 759405e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sway/thinkman
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# outputs


set $laptop eDP-1

bindswitch --reload --locked lid:on output $laptop disable
Expand All @@ -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
}
Expand Down

0 comments on commit 759405e

Please sign in to comment.