diff options
| author | 2025-06-10 19:03:35 -0700 | |
|---|---|---|
| committer | 2025-06-10 19:03:35 -0700 | |
| commit | 4dcdbd8002b44e584d9864b3d740eeb5d0978d61 (patch) | |
| tree | 47aa16bfd57adb16b2b7d016f1ba1d0e936c7fe6 /surfingkeys/punt.ts | |
| parent | e0c5aa1d6114ccdf4065a0dbe0e03ba2ac874749 (diff) | |
| download | new-dotfiles-4dcdbd8002b44e584d9864b3d740eeb5d0978d61.tar.gz new-dotfiles-4dcdbd8002b44e584d9864b3d740eeb5d0978d61.zip | |
Surfingkeys: Split output between home and work
Diffstat (limited to 'surfingkeys/punt.ts')
| -rw-r--r-- | surfingkeys/punt.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/surfingkeys/punt.ts b/surfingkeys/punt.ts new file mode 100644 index 0000000..7cd7d63 --- /dev/null +++ b/surfingkeys/punt.ts @@ -0,0 +1,7 @@ +import './home'; + +api.addSearchAlias('il', 'Lucide Icons', 'https://lucide.dev/icons/?search=%s'); + +api.mapkey('gd1', "Open Chanced Development", () => api.tabOpenLink('http://localhost:8081')); +api.mapkey('gd2', "Open Punt Development", () => api.tabOpenLink('http://localhost:8082')); +api.mapkey('gd3', "Open Filament", () => api.tabOpenLink('http://localhost:8002')); |
