diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c6732d3..d90d1db 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,10 +9,10 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor=,preferred,auto,1 -# monitor=eDP-1,1920x1080,1920x0,1 -# monitor=HDMI-A-1,1920x1080,0x0,1 -monitor=eDP-1,preferred, auto,1 -monitor=HDMI-A-1,preferred, 0x0,1 +monitor=eDP-1,1920x1080,1920x0,1 +monitor=HDMI-A-1,1920x1080,0x0,1 +# monitor=eDP-1,preferred, auto,1 +# monitor=HDMI-A-1,preferred, 0x0,1 workspace=HDMI-A-1,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more |