fix(adrastea): use correct hyprland configuration

This commit is contained in:
Youwen Wu 2025-01-05 22:34:40 -08:00
parent a2593f33f8
commit a18a91ed48
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -11,7 +11,6 @@
"eDP-1, disable" "eDP-1, disable"
"HDMI-A-1,2560x1440@144,0x0,1.0" "HDMI-A-1,2560x1440@144,0x0,1.0"
]; ];
wayland.windowManager.hyprland.settings.cursor.no_hardware_cursors = true;
# since we are using this as a "desktop" of sorts, we have no need to save # since we are using this as a "desktop" of sorts, we have no need to save
# power by using optimus. poor performance on external display, so we add # power by using optimus. poor performance on external display, so we add
@ -23,5 +22,5 @@
programs.waybar.settings.mainBar.output = "HDMI-A-1"; programs.waybar.settings.mainBar.output = "HDMI-A-1";
liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1"; liminalOS.desktop.hyprland.screenlocker.monitor = "HDMI-A-1";
} }