mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
|
|
# Monitor Configuration
|
|
# See Hyprland wiki for more details
|
|
# https://wiki.hyprland.org/Configuring/Monitors/
|
|
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
|
|
|
|
|
# Monitors
|
|
monitor=,preferred,auto,1.25
|
|
|
|
# NOTE: for laptop, kindly check notes in Laptops.conf regarding display
|
|
# Created this inorder for the monitor display to not wake up if not intended.
|
|
# See here: https://github.com/hyprwm/Hyprland/issues/4090
|
|
|
|
#monitor = eDP-1, preferred, auto, 1
|
|
monitor = eDP-1, 1920x1080@120, 0x0, 1.25 #own screen
|
|
#monitor = DP-3, 1920x1080@240, auto, 1
|
|
#monitor = DP-1, preferred, auto, 1
|
|
#monitor = HDMI-A-1, preferred,auto,1
|
|
|
|
# QEMU-KVM or any virtual box
|
|
#monitor = Virtual-1, 1920x1080@60,auto,1
|
|
|
|
# Hi Refresh Rate
|
|
#monitor=,highrr,auto,1
|
|
|
|
# High Resolution
|
|
#monitor=,highres,auto,1
|
|
|
|
# to disable a monitor
|
|
#monitor=name,disable
|
|
|
|
# Mirror
|
|
#monitor=DP-3,1920x1080@60,0x0,1,mirror,DP-2
|
|
#monitor=,preferred,auto,1,mirror,eDP-1
|
|
|
|
|
|
# Example :
|
|
#monitor=eDP-1,2560x1440@165,0x0,1
|
|
#workspace=HDMI-A-1,1
|
|
#monitor=HDMI-A-1,2560x1440@144,0x0,1,mirror,eDP-1
|
|
#workspace=HDMI-A-2,2
|
|
|
|
#monitor=eDP-1,transform,0
|
|
#monitor=eDP-1,addreserved,10,10,10,49
|
|
#workspace=eDP-1,1
|