diff --git a/desktopenvs/hyprlua/hypr-usr/autostart.lua b/desktopenvs/hyprlua/hypr-usr/autostart.lua index a9c9756..a4f01dd 100644 --- a/desktopenvs/hyprlua/hypr-usr/autostart.lua +++ b/desktopenvs/hyprlua/hypr-usr/autostart.lua @@ -3,7 +3,7 @@ hl.on("hyprland.start", function() -- monitorhandler (was exec-once in monitors.conf) hl.exec_cmd("~/Dotfiles/desktopenvs/hyprlua/scripts/monitorhandler.sh") - hl.exec_cmd("export QT_QPA_PLATFORMTHEME='' && vicinae server") + hl.exec_cmd("GTK_THEME=cyberqueer QT_QPA_PLATFORMTHEME='' vicinae server") hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/bluetooth-applet.sh") hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/ulwatchdog.sh") hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/ewwstart.sh") diff --git a/desktopenvs/hyprlua/hypr-usr/windowrules.lua b/desktopenvs/hyprlua/hypr-usr/windowrules.lua index 2f4e5d6..bce7ac6 100644 --- a/desktopenvs/hyprlua/hypr-usr/windowrules.lua +++ b/desktopenvs/hyprlua/hypr-usr/windowrules.lua @@ -7,6 +7,7 @@ hl.window_rule({ name = "vicinae-launcher", match = { class = "vicinae" }, t hl.window_rule({ name = "launcher", match = { tag = "launcher" }, + float = true, pin = true, no_shadow = true, no_blur = true, diff --git a/desktopenvs/hyprlua/vicinae/vicinae/settings.json b/desktopenvs/hyprlua/vicinae/settings.json similarity index 100% rename from desktopenvs/hyprlua/vicinae/vicinae/settings.json rename to desktopenvs/hyprlua/vicinae/settings.json