Compare commits
3 Commits
bb77bb6ab8
...
b398d5b797
| Author | SHA1 | Date | |
|---|---|---|---|
| b398d5b797 | |||
| fc0c7d9405 | |||
| 7d8f6ad78e |
@@ -8,9 +8,15 @@
|
|||||||
"killall -SIGUSR2 .ghostty-wrappe"
|
"killall -SIGUSR2 .ghostty-wrappe"
|
||||||
];
|
];
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
# essentials
|
||||||
"hyprpm reload -n"
|
"hyprpm reload -n"
|
||||||
"vicinae server"
|
"vicinae server"
|
||||||
|
"systemctl --user start hyprpolkitagent"
|
||||||
|
"uwsm app -- hypridle"
|
||||||
|
|
||||||
|
# apps
|
||||||
"fcitx5 -d --replace"
|
"fcitx5 -d --replace"
|
||||||
|
|
||||||
"[workspace special:preload silent] uwsm app -- firefox"
|
"[workspace special:preload silent] uwsm app -- firefox"
|
||||||
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
|
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
|
||||||
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
|
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
|
||||||
@@ -20,7 +26,6 @@
|
|||||||
"uwsm app -- elephant"
|
"uwsm app -- elephant"
|
||||||
"uwsm app -- swayosd-server"
|
"uwsm app -- swayosd-server"
|
||||||
"uwsm app -- pywalfox start"
|
"uwsm app -- pywalfox start"
|
||||||
"uwsm app -- hypridle"
|
|
||||||
|
|
||||||
"walker --gapplication-service"
|
"walker --gapplication-service"
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Qt theming - follow GTK theme
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme.name = "gtk";
|
||||||
|
};
|
||||||
|
|
||||||
# GTK theming with adw-gtk3 and Matugen colors
|
# GTK theming with adw-gtk3 and Matugen colors
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
# Escape closes window (vim-like :q behavior)
|
# Escape closes window (vim-like :q behavior)
|
||||||
escape_key_behavior = "close_window";
|
escape_key_behavior = "close_window";
|
||||||
pop_to_root_on_close = true;
|
pop_to_root_on_close = true;
|
||||||
|
close_on_unfocus = true;
|
||||||
|
|
||||||
keybinds = {
|
keybinds = {
|
||||||
# UI shortcuts
|
# UI shortcuts
|
||||||
|
|||||||
Reference in New Issue
Block a user