Update configs

This commit is contained in:
alvinlollo
2026-07-23 14:25:05 +10:00
parent f71c4c3816
commit f380ff8824
14 changed files with 602 additions and 16 deletions
+5
View File
@@ -8,3 +8,8 @@ hl.env("XCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_THEME", "Catppuccin Macchiato Dark")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("WEBKIT_DISABLE_DMABUF_RENDERER", "1")
ecosystem = {
no_donation_nag = true,
no_update_news = false,
}
+6
View File
@@ -1,3 +1,9 @@
-- This file will not be overwritten across dots-hyprland updates.
-- The file name is for the sake of organization and does not matter
-- See the corresponding files in ~/.config/hypr/hyprland for examples
hl.config({
input = {
kb_options = "caps:escape",
},
})