summaryrefslogtreecommitdiff
path: root/src/modules/launcher.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* launcher: actions + refactor into multi file2 * r + 2 * t2025-03-011-289/+0
| | | | Action prefix is configurable
* launcher: better files2 * r + 2 * t2025-03-011-5/+19
| | | | | Files shorten path Also tooltips for both apps and files
* launcher: files mode2 * r + 2 * t2025-02-281-5/+56
|
* launcher: apps mode2 * r + 2 * t2025-02-281-10/+72
|
* launcher: made search bar + mode switcher2 * r + 2 * t2025-02-281-743/+97
|
* launcher: italic xwayland windows2 * r + 2 * t2025-02-231-1/+4
|
* config: use config file2 * r + 2 * t2025-02-221-10/+13
| | | | Config file at ~/.config/caelestia/shell.json
* launcher: tod not installed notif action2 * r + 2 * t2025-02-161-0/+4
| | | | Add install action to tod not installed notification
* tooltip: position at cursor not widget2 * r + 2 * t2025-02-111-2/+2
|
* imports: use typescript import paths2 * r + 2 * t2025-01-301-8/+8
|
* launcher: file context menus2 * r + 2 * t2025-01-261-10/+38
|
* launcher: scheme subcommand2 * r + 2 * t2025-01-261-0/+16
|
* launcher: fix windows mode2 * r + 2 * t2025-01-261-1/+1
| | | | Forgot to implement no limit when < 0
* launcher: todo notif uwsm app2 * r + 2 * t2025-01-251-1/+1
| | | | | | Wasn't using it cause todoist desktop is broken with uwsm But command works so use that Also better app launch
* launcher: todo subcommand2 * r + 2 * t2025-01-251-9/+61
| | | | Uses todoist
* launcher: change windows mode icon2 * r + 2 * t2025-01-241-2/+2
|
* launcher: use scrollable2 * r + 2 * t2025-01-241-39/+84
|
* launcher: windows mode2 * r + 2 * t2025-01-241-16/+222
| | | | Also files mode icons
* launcher: context menu for items2 * r + 2 * t2025-01-201-14/+68
|
* launcher: reload subcommand2 * r + 2 * t2025-01-191-0/+6
|
* refactor: move ts to src2 * r + 2 * t2025-01-161-0/+391
Also move popupwindow to own file