Skip to content

Commit

Permalink
config: add 2K resolution (WQHD - 16:9)
Browse files Browse the repository at this point in the history
Add the most common 2K resolution in addition to the already exising most
common FullHD and 4K 16:9 resolutions.
  • Loading branch information
tgurr committed Nov 4, 2023
1 parent df72135 commit 8b62989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ namespace config {
"1280x720"s,
"1920x1080"s,
"2560x1080"s,
"2560x1440"s,
"3440x1440"s,
"1920x1200"s,
"3840x2160"s,
Expand Down

0 comments on commit 8b62989

Please sign in to comment.