Update dot.lua

automatic file detection for the hyprland config file
This commit is contained in:
Stiti Fatah 2024-02-23 15:06:29 +01:00 committed by GitHub
parent 91126b9896
commit b289b8dcde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,7 @@ return {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/*.conf"] = "bash",
[".*/hyprland%.conf"] = "hyprlang",
},
})