Add files via upload

This commit is contained in:
Linuxius
2026-05-03 11:13:26 +02:00
committed by GitHub
parent 36a4a19bca
commit 63495d0b28
7 changed files with 371 additions and 373 deletions
+2 -3
View File
@@ -2,8 +2,7 @@
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
-- ######### Applications #########
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
")
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share")
-- ############ Themes #############
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
@@ -11,4 +10,4 @@ hl.env("QT_QPA_PLATFORMTHEME", "kde")
hl.env("XDG_MENU_PREFIX", "plasma-")
-- ######## Virtual envrionment #########
hl.env("ILLOGICAL_IMPULSE_VIRTUAL_ENV", "~/.local/state/quickshell/.venv")
hl.env("ILLOGICAL_IMPULSE_VIRTUAL_ENV", "$HOME/.local/state/quickshell/.venv")