Migrate hyprland config to lua
This commit is contained in:
parent
3271f3924e
commit
bdaeb19666
29 changed files with 485 additions and 437 deletions
8
.config/hypr/env.lua
Normal file
8
.config/hypr/env.lua
Normal 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")
|
||||
Loading…
Reference in a new issue