diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 20:10:27 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-28 20:10:27 +0000 |
commit | 31feb10e4a5454b02f856618a6d7539efa3b8f20 (patch) | |
tree | 274883ca88a20f18ca68fa626ea2299b2a6bbdc1 /.config/hypr/hyprland.conf | |
parent | cc2573aa88ef2fb4ab3cdd33e5ec1ce39ad4f64e (diff) |
Changed monitor settings back as a bug affecting tty switching is now fixed.
Diffstat (limited to '.config/hypr/hyprland.conf')
-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 |