3 Commits

Author SHA1 Message Date
kenji b398d5b797 add(matugen): added qt support 2026-01-02 11:47:10 -06:00
kenji fc0c7d9405 feat(vicinae): close on unfocus 2026-01-02 11:47:04 -06:00
kenji 7d8f6ad78e add(hyprpolkit): finally works 2026-01-02 11:46:54 -06:00
3 changed files with 13 additions and 1 deletions
+6 -1
View File
@@ -8,9 +8,15 @@
"killall -SIGUSR2 .ghostty-wrappe"
];
exec-once = [
# essentials
"hyprpm reload -n"
"vicinae server"
"systemctl --user start hyprpolkitagent"
"uwsm app -- hypridle"
# apps
"fcitx5 -d --replace"
"[workspace special:preload silent] uwsm app -- firefox"
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
@@ -20,7 +26,6 @@
"uwsm app -- elephant"
"uwsm app -- swayosd-server"
"uwsm app -- pywalfox start"
"uwsm app -- hypridle"
"walker --gapplication-service"
+6
View File
@@ -16,6 +16,12 @@
recursive = true;
};
# Qt theming - follow GTK theme
qt = {
enable = true;
platformTheme.name = "gtk";
};
# GTK theming with adw-gtk3 and Matugen colors
gtk = {
enable = true;
+1
View File
@@ -13,6 +13,7 @@
# Escape closes window (vim-like :q behavior)
escape_key_behavior = "close_window";
pop_to_root_on_close = true;
close_on_unfocus = true;
keybinds = {
# UI shortcuts