add: fsel launcher

This commit is contained in:
kenji
2025-12-26 11:34:32 -06:00
parent c124898b8c
commit 3505aabbc7
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
enableFishIntegration = true;
settings = {
confirm-close-surface = false;
window-padding-x = 15;
window-padding-y = 15;
window-padding-balance = true;
+1 -1
View File
@@ -35,7 +35,7 @@
# apps
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
"SUPER, SPACE, App Launcher, exec, uwsm app -- fsel"
"SUPER, SPACE, Open App Launcher, ghostty --title=launcher -e fsel"
# [Workspaces] Toggle between most recent workspaces
"SUPER, Tab, Cycle workspaces, workspace, previous"
+5
View File
@@ -11,6 +11,11 @@
# "pin, class:^(org\.hakase\.popup\..*)$"
"animation slide right, class:^(org\.hakase\.popup\..*)$"
"dimaround, class:^(org\.hakase\.popup\..*)$"
# --- launcher ---
"float, title:^(launcher)$"
"size 500 430, title:^(launcher)$"
# Optional: Center it since it's floating
"center, title:^(launcher)$"
];
};
}