mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-29 13:02:09 +01:00
Add hyprland configs
This commit is contained in:
18
hypr/config/monitor.conf
Normal file
18
hypr/config/monitor.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
# ┃ Monitor Configuration ┃
|
||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
|
||||
# Monitor wiki https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
monitor = HDMI-A-1, 1920x1080@60, -1920x0, 1
|
||||
monitor = DP-1, 1920x1080@165, 0x0, 1
|
||||
monitor = DP-2, 1920x1080@165, 1920x0, 1
|
||||
|
||||
|
||||
# If you need to scale things like steam etc, please uncomment these lines.
|
||||
#xwayland {
|
||||
# force_zero_scaling = true # Unscale XWayland
|
||||
#}
|
||||
|
||||
# Adjust GDK_SCALE accordingly to your liking.
|
||||
#env = GDK_SCALE, 1.25 # GDK Scaling Factor
|
||||
Reference in New Issue
Block a user