Skip to content

Commit

Permalink
Fix laptop screen scale
Browse files Browse the repository at this point in the history
  • Loading branch information
naibaf0 committed Dec 1, 2023
1 parent d0722c0 commit 8e6b0c0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/kanshi/config
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
profile burgstrasse {
output "LG Electronics LG Ultra HD 0x0000D748" enable mode 2560x1440@59.951Hz position 0,0
output eDP-1 enable position 320,1440
output eDP-1 enable position 320,1440 scale 1
}

profile mobile+home {
output "LG Electronics LG ULTRAGEAR 102MANJHM175" enable mode 2560x1440@143.999Hz position 0,0
output eDP-1 enable position 320,1440
output eDP-1 enable position 320,1440 scale 1
}

profile mobile+hdmi {
output HDMI-A-1 enable position 0,0
output eDP-1 enable position 0,1080
output eDP-1 enable position 0,1080 scale 1
}


profile mobile {
output eDP-1 enable position 0,0
output eDP-1 enable position 0,0 scale 1
}

0 comments on commit 8e6b0c0

Please sign in to comment.