mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
lua update is great
This commit is contained in:
+5
-5
@@ -19,11 +19,11 @@ hl.env("CLUTTER_BACKEND","wayland")
|
||||
hl.env("GDK_BACKEND","wayland")
|
||||
hl.env("SDL_VIDEODRIVER","wayland")
|
||||
|
||||
hl.env("XDG_CONFIG_HOME","$HOME/.config")
|
||||
hl.env("XDG_CACHE_HOME","$HOME/.cache")
|
||||
hl.env("XDG_DATA_HOME","$HOME/.local/share")
|
||||
hl.env("XDG_PICTRES_HOME","$HOME/Pictures")
|
||||
hl.env("HYPRSHOT_DIR","$HOME/Pictures/Screenshots")
|
||||
hl.env("XDG_CONFIG_HOME","/home/koyomi/.config")
|
||||
hl.env("XDG_CACHE_HOME","/home/koyomi/.cache")
|
||||
hl.env("XDG_DATA_HOME","/home/koyomi/.local/share")
|
||||
hl.env("XDG_PICTRES_HOME","/home/koyomi/Pictures")
|
||||
hl.env("HYPRSHOT_DIR","/home/koyomi/Pictures/Screenshots")
|
||||
|
||||
hl.env("RUSTICL_ENABLE","radeonsi")
|
||||
hl.env("AMD_VULKAN_ICD","RADV")
|
||||
|
||||
Reference in New Issue
Block a user