mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Hyprland config base for 2 monitor setup
This commit is contained in:
parent
18c8365f40
commit
7e05ce1184
|
@ -215,10 +215,15 @@
|
||||||
bind=SUPER,P,exec,keepmenu
|
bind=SUPER,P,exec,keepmenu
|
||||||
bind=SUPERSHIFT,P,exec,hyprprofile-dmenu
|
bind=SUPERSHIFT,P,exec,hyprprofile-dmenu
|
||||||
|
|
||||||
|
# 3 monitor setup
|
||||||
monitor=eDP-1,1920x1080,1000x1200,1
|
monitor=eDP-1,1920x1080,1000x1200,1
|
||||||
monitor=HDMI-A-1,1920x1200,1920x0,1
|
monitor=HDMI-A-1,1920x1200,1920x0,1
|
||||||
monitor=DP-1,1920x1200,0x0,1
|
monitor=DP-1,1920x1200,0x0,1
|
||||||
|
|
||||||
|
# 2 monitor setup
|
||||||
|
#monitor=eDP-1,1920x1080,1920x0,1
|
||||||
|
#monitor=DP-1,1920x1200,0x0,1
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue