Migrate hyprland config to lua

This commit is contained in:
Tobias Reisinger 2026-09-03 12:41:22 +02:00
commit bdaeb19666
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
29 changed files with 485 additions and 437 deletions

8
.config/hypr/env.lua Normal file
View file

@ -0,0 +1,8 @@
hl.env("XCURSOR_SIZE", "24")
hl.env("XCURSOR_THEME", "Dracula-cursors")
hl.env("HYPRCURSOR_THEME", "hyprcursor_Dracula")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("GDK_BACKEND", "wayland,x11")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("SDL_VIDEODRIVER", "wayland")
hl.env("CLUTTER_BACKEND", "wayland")