[gaming] Updates Raider.io launcher, still doesn't run properly.
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user