feat: disabled some hints

This commit is contained in:
kenji
2025-12-26 13:05:38 -06:00
parent 2049c94a1c
commit 4ce7ab874f
2 changed files with 45 additions and 22 deletions
+1 -2
View File
@@ -18,6 +18,7 @@
# CSS Implementation using Stylix Colors
config = {
hide_action_hints = true;
icons.theme = config.gtk.iconTheme.name;
placeholders.default = {
@@ -35,8 +36,6 @@
prefix = "_";
}
];
keybinds.quick_activate = ["F1" "F2" "F3"];
};
};
}