[gaming] Updates Raider.io launcher, still doesn't run properly.

This commit is contained in:
2025-08-03 10:33:15 -07:00
parent cf4d54ebfd
commit cd4367e252
2 changed files with 7 additions and 4 deletions

View File

@@ -39,13 +39,15 @@ in
userEmail = "drew.haven@gmail.com";
};
# Set up eww here because it's based on the monitor configuration
wayland.windowManager.hyprland.settings = {
exec-once = [
# Set up eww here because it's based on the monitor configuration
"sleep 2 && eww open-many primary-statusbar secondary-statusbar launcher"
# Set DP-2 as the primary monitor, otherwise it defaults to DP-1 because it's first in the list.
"xrandr --output DP-2 --primary"
];
windowrulev2 = [
# Rofi doesn't center properly when I have the two asymetric monitors
# Rofi doesn't center properly when I have the two asymetric monitors, so we need hyprland to manage it.
"center, class:Rofi"
];
};