📚 hypr: update config comments with hyprland wiki links

This commit is contained in:
retrozinndev
2025-03-21 16:09:23 -03:00
parent 5f1937a157
commit cc60e9c4cb
9 changed files with 45 additions and 20 deletions
+6 -6
View File
@@ -3,15 +3,15 @@
## MONITORS ##
##############
# Configure yout monitor(s) here! See https://wiki.hyprland.org/Configuring/Monitors for more information on how to do that!
# Wiki: https://wiki.hyprland.org/Configuring/Monitors
# Monitor Arguments
# Monitor
# arg0 -> monitor name(you can get monitor names with `hyprctl monitors`);
# arg1 -> resolution@hertz;
# arg2 -> positioning from the top-left corner;
# arg3 -> scaling;
# arg4 -> variable refresh rate for games(optional);
# arg5 -> 1: vrr enabled, 0: no vrr.
monitor = HDMI-A-1, 1920x1080@75, 0x0, 1, vrr, 1
# arg4 -> variable refresh rate(optional);
# - arg0 -> 1: vrr, 0: no vrr.
monitor = HDMI-A-1, 1920x1080@75, 0x0, 1, vrr, 0