refactor hyprland configuration to use external monitors.local.conf for monitor settings
This commit is contained in:
parent
70d953b18c
commit
a480aa5804
@ -6,8 +6,7 @@
|
|||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1, highrr, 0x0, 1
|
source = /home/menno/dotfiles/config/monitors.local.conf
|
||||||
monitor=DP-2, highrr, 2560x0, 1
|
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
5
config/monitors.local.conf
Normal file
5
config/monitors.local.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
# 5120x1440 at 240hz left monitor
|
||||||
|
monitor=DP-2, highrr, 0x0, 1
|
||||||
|
# 3440x1440 at 120hz right monitor portrait mode
|
||||||
|
monitor=DP-3, highrr, 5120x-1440, 1, transform, 3
|
Loading…
x
Reference in New Issue
Block a user