Commit Graph

105 Commits

Author SHA1 Message Date
1eea0b84a7 feat: Updates logging vars in launch script. 2025-10-07 15:32:07 -04:00
8d21e9a9fe fix: Fixes logging errors in launch-webapp. 2025-10-07 15:15:24 -04:00
52b78aadf8 feat: Updates windowctl subcommands, fixes some logging bugs. Need to remove old files and update keybinds to use windowctl subcommands. 2025-10-07 14:40:04 -04:00
7178a12893 feat: Integrates subcommands into windowctl, need to move the windowctl primary picker into it's own subcommand. 2025-10-07 10:24:20 -04:00
931903d18c feat: Begin incorporating utility scripts into windowctl 2025-10-07 08:37:52 -04:00
7024182f49 feat: Moves window action picker to it's own script, need to use it from windowctl 2025-10-06 23:09:03 -04:00
7aec9d1610 feat: Adds ability to pipe addresses into close-windows script. 2025-10-06 19:56:14 -04:00
5946a177fb feat: Adds help to preview-stats, changes message that get logs to console during error or warning messages. 2025-10-06 18:46:59 -04:00
7c08fec16b feat: Adds ability to narrow down keys returned for preview-stats. 2025-10-06 18:06:09 -04:00
78e40a9401 feat: Begins moving some scripts into a utils folder and using them as subcommands. 2025-10-06 17:01:07 -04:00
b5198a5df6 fix: Fixes windowctl to handle when ctrl-c is hit from the window-picker, when not launched in a new terminal window. Adds a few more options to that allow to return to the window picker after performing certain actions on a selected window. 2025-10-06 16:32:26 -04:00
54fe479ee1 fix: Fixes windowctl not properly focusing windows on special workspaces, adds the ability to call windowctl with an address to perform certain actions without going through the pickers, should likely call from the launch script so code is shared / not duplicated in two spots. 2025-10-06 12:16:46 -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
b1fb505ac5 feat: Renames window-table to windowctl, adds preview data to utils-launcher and windowctl actions. 2025-10-06 10:26:25 -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
a7e6bc893c feat: Adds monitor-picker, utility script for generating fzf preview data for pickers. 2025-10-05 21:17:04 -04:00
90c97263cb feat: Updates setup-logger script to not require file argument, will default to /tmp/<label>.log 2025-10-05 16:46:59 -04:00
dccb1ca0a3 feat: Integrates logging into scripts that need it. 2025-10-05 16:35:19 -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
4edf92e034 feat: Adds previews to utils-launcher, sources catppuccin colors file in zshrc so that fzf options are setup. 2025-10-05 11:05:05 -04:00
5e8fbbcbab Feat: Updates pickers so delimiters are not showing in selections. 2025-10-05 10:31:16 -04:00
6d6f24467f feat: Adds preview windows to window and workspace pickers. 2025-10-05 01:21:46 -04:00
cc47106e74 feat: Moves window and workspace pickers to their own scripts. 2025-10-04 23:05:18 -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
55257e7c28 feat: Updates install-webapp script with more flags and a launch option to open in a new terminal window. 2025-10-04 12:27:34 -04:00
318e7c7f95 feat: Adds launch option to install-webapp script, to launch it in a new terminal window. 2025-10-04 10:10:34 -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
f911bfb7f1 feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations. 2025-10-03 23:50:50 -04:00
d32d0cf64f feat: Moves hyprland scripts into it's own directory. 2025-10-03 23:43:29 -04:00
1def0356d7 feat: Adds some more flag options to the launch script. 2025-10-03 21:56:49 -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
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
50191dde0c feat: Adds window-table script that will show a pretty table of active windows, they can be selected and focused, closed, etc. 2025-10-02 22:37:36 -04:00
1ee8cad635 fix: Fixes typo in active-workspace flag for close-windows script 2025-10-02 16:31:26 -04:00
93fe3b6864 feat: Updates keybinds and removes close-all-windows script. 2025-10-02 16:28:04 -04:00
e23e861101 feat: Adds close-windows script, need to remove close-all-windows script and update keybinds to use new script. 2025-10-02 16:26:10 -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
c88d070b86 feat: Adds generic launch-or-focus script for apps that aren't webapps 2025-10-01 15:51:13 -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
026a998fc4 feat: Makes launch webapp script handle more options, should be able to get rid of some other scripts. 2025-09-30 23:27:55 -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
d78ec7f853 feat: Removes old uninstall-webapp script. 2025-09-29 18:06:06 -04:00
4ae6389ae8 feat: Adds keybinds for uninstalling desktop apps, and rules to float the tui app. 2025-09-29 17:49:27 -04:00
a0a958defb feat: Adds uninstall-desktop-app script, need to remove the uninstall-webapp script and favor this one. 2025-09-29 17:06:40 -04:00
a9f7317e30 fix: Fixes hyprlock to not be fixed to internal monitor, updates install-webapp script to use the SCRIPT env var. 2025-09-29 12:27:03 -04:00
1a3442dee7 feat: Adds functionality to use a json file for install or uninstall webapp scripts. 2025-09-28 18:57:56 -04:00