Commit Graph

56 Commits

Author SHA1 Message Date
e57262b4d3 feat: Unifies webapp scripts into a single script with subcommands. 2025-11-10 21:33:02 -05:00
00c9c77bcc fix: Sets hypr input debounce delay back to 200ms as I was getting lots of false keypresses. 2025-11-10 16:09:11 -05:00
af7b46efa5 feat: Adds some more todos, increases keyboard keyrepeat delay a little. 2025-11-09 16:37:55 -05:00
f269906fd5 feat: Increases key input speed, in hyprinput. 2025-11-09 14:19:24 -05:00
6b13291fff fix: Fixes some colors for hyprlauncher. 2025-11-09 13:47:44 -05:00
746167a9c8 fix: Removes elephant (walker dependency) from autostart. 2025-11-09 12:12:50 -05:00
419752b381 feat: Adds hyprlauncher and configuration (currently requires '-git' versions of hypr*), removes walker (previously used launcher). 2025-11-09 11:56:28 -05:00
3081c6b9b3 feat: Nvim config updates, renames hyprland config files to have a 'hypr' prefix for hypr lsp to work on them. 2025-11-08 14:05:08 -05:00
9ab1bed56a feat: Adds neomutt alias that set's TERM to xterm-direct for color scheme to work properly. 2025-11-02 16:03:56 -05:00
def9a00b76 fix: Fixes hyprland GTK scale not specified correctly. 2025-11-02 12:56:10 -05:00
4909aa1fcb fix: Fixes private browser keybind to work with brave. 2025-10-24 09:48:12 -04:00
fcfbfac7dd feat: Updates keybind to launch brave browser instead of zen. 2025-10-24 09:41:12 -04:00
3b89eb4877 feat: Changes ai keybind to locally hosted open-webui instance. 2025-10-22 14:04:18 -04:00
8a63efd6cf feat: Adds screenshot keybinds. 2025-10-11 09:52:48 -04:00
7d4a0714d0 feat: updates. 2025-10-10 16:48:09 -04:00
390230e532 feat: Moves utils-launcher preview to be at bottom and updates window rules for utils-launcher 2025-10-09 13:34:07 -04:00
63c8645051 feat: Adds switch subcommand to workspacectl, and updates keybinds. 2025-10-09 08:16:11 -04:00
aec425c7d2 feat: Restores workspacectl toggle command to only working on active workspace. 2025-10-08 17:06:20 -04:00
0922f7578f feat: Adds keybind for launching immich / photos. 2025-10-08 09:30:19 -04:00
335b60f43c feat: Adds window rules for windowctl windows to be floating when opened a new window. 2025-10-08 08:55:26 -04:00
77c168cc99 feat: Updates keybinds. 2025-10-07 23:04:48 -04:00
009efbb952 fix: Fixes install-webapp script not properly handling spaces in the desktop file name. 2025-10-06 10:57:07 -04:00
6721b2a8c5 fix: Fixes launch script to have a --new-instance flag to force launching a new instance of an application. 2025-10-06 08:29:01 -04:00
f729bedc99 feat: Adds logging script as a general logging utility to not pollute console for TUI's for example. Updated gen script to put it into newly generated scripts, need to update existing scripts to use it. 2025-10-05 15:21:50 -04:00
bad3282dc5 feat: Adds waybarctl to combine scripts that were similar. 2025-10-04 19:08:29 -04:00
33e6683369 feat: Adds more items to utility launcher, fixes bug in toggle waybar, and fix window-table to use fzf 2025-10-04 18:02:12 -04:00
c38348e62c feat: Creates a utility launcher fuzzy finder. 2025-10-04 16:57:11 -04:00
b6ce570f1d feat: Adds switch-to-workspace script, so that moving workspaces will toggle a special workspace if it's active. 2025-10-04 09:45:55 -04:00
d32d0cf64f feat: Moves hyprland scripts into it's own directory. 2025-10-03 23:43:29 -04:00
4d4b8c9945 feat: Renames launch-or to just launch, generalizes it to also handle special workspaces, integrates launch-webapp script to use it, and updates keybinds that reference the script. 2025-10-03 20:06:47 -04:00
cedb6d8ab7 fix: Fixes purchase orders to open in dispatch workspace. 2025-10-03 15:40:02 -04:00
eae42b40b8 feat: Adds purchase order keybind. 2025-10-03 15:38:31 -04:00
8bb6d35acd feat: Moves launch or focus script and makes it so that it can also close a window based on pattern. Updates keybinds that use it. 2025-10-03 09:58:05 -04:00
d4f85a6786 feat: Updates tmux bindings to navigate windows to use either prefix+h|l or <c-alt>h|l, switches window keybind prefix to use alt in hyprland. 2025-10-02 17:02:34 -04:00
93fe3b6864 feat: Updates keybinds and removes close-all-windows script. 2025-10-02 16:28:04 -04:00
ab2f4356a3 feat: Adds super-tab to focus previous workspace. 2025-10-02 10:01:04 -04:00
26bc6635af fix: Fixes typo in keybinds not calling close-all-windows in active workspace. 2025-10-02 09:42:16 -04:00
0b166ad757 feat: Adds apple calendar web app, updates close-all-windows script to work on workspaces. 2025-10-02 09:38:58 -04:00
eb4c6990ec feat: Renames get-weather script to just weather. 2025-10-01 22:12:45 -04:00
f37b5f1db2 feat: Adds weather desktop file, I may need to fix how it gets copied in the dev-env script. 2025-10-01 17:26:08 -04:00
dccf54e115 feat: Adds META-L to lock computer. 2025-10-01 15:56:43 -04:00
c88d070b86 feat: Adds generic launch-or-focus script for apps that aren't webapps 2025-10-01 15:51:13 -04:00
1305b6708c feat: Adds meta+num sends window to workspace without switching the active workspace. 2025-10-01 14:43:11 -04:00
ede7e4288b feat: Updates launch-webapp script, reformats keybinds, and removes uneeded scripts now that launch-webapp is more robust. 2025-10-01 12:03:13 -04:00
a7033b749e feat: Organizes, reformats, and cleans up hyprland keybinds config file. 2025-09-30 22:10:23 -04:00
7d4e518479 feat: Begins reworking keymaps so that SUPER is for apps / hyprland controls and CTRL OPT are for window controls. 2025-09-30 18:47:11 -04:00
2d878f8c63 feat: Updates keybinds. 2025-09-30 17:10:07 -04:00
cefdf21fc8 feat: Adds proton pass manager script, updates keybinds and window rules for proton pass. 2025-09-30 15:39:05 -04:00
c383471903 fix: Fixes references to ~/.local/bin in hyprland keybinds. 2025-09-29 23:10:12 -04:00
ba9a343452 feat: Removes notifications from espanso, fixes keybind for launching unifi. 2025-09-29 18:57:06 -04:00