33 Commits

Author SHA1 Message Date
rootiest 295281878a feat(keymaps): add some new keymaps to round out functionality 2025-03-19 21:05:13 -04:00
rootiest 1ce60ecccd feat(window): tweak window settings and renderer 2025-03-19 21:01:35 -04:00
rootiest 13cb45d806 feat(font): use block glyphs and tweak char height 2025-03-19 21:00:25 -04:00
rootiest 7cdeaeb07c Feat(colorscheme): properly address bg gradient in light theme
When we detect light-mode and apply catppuccin latte, we need to change the bg colors used for the
gradient.
2025-03-11 21:59:26 -04:00
rootiest a9e8ca5370 Feat(colorschemes): add ansi schemes
Adds ANSI Catppuccin themes and implements them into config
2025-03-11 21:47:16 -04:00
rootiest 49b7e632d5 feat: enhance window configuration options 2024-12-11 15:05:17 -05:00
rootiest 340f7cd261 feat: add key bindings for resource monitoring and pane management 2024-12-11 15:05:10 -05:00
rootiest d599683a8d fix: prevent warnings for missing glyphs in font rendering 2024-12-11 15:04:58 -05:00
rootiest a196bd9b5b enhancement: add time-dependent styling to window background 2024-12-11 15:04:49 -05:00
rootiest 190306f765 feat: add toggle tab bar functionality 2024-11-20 02:26:52 -05:00
rootiest c334930099 fix: correct handling of Nix environment variable 2024-11-08 14:37:47 -05:00
rootiest 2341d7af91 enhance: implement conditional front-end configuration for Nix 2024-11-08 14:34:14 -05:00
rootiest 9250096118 fix: change default front end from WebGpu to OpenGL 2024-11-06 10:48:15 -05:00
rootiest 0de6489930 style: enhance window decorations for improved visual appeal 2024-11-06 10:32:47 -05:00
rootiest 9b81eb4e52 feat: add configuration option for tab bar positioning 2024-10-21 05:48:43 -04:00
rootiest 7ea66629e9 style: tidy up configuration and remove unnecessary comments 2024-10-21 05:48:19 -04:00
rootiest b22d371263 🐛 Bug(colorscheme): fixes to colorscheme automation 2024-10-07 13:53:56 -04:00
rootiest 2c5e7661d6 Feat(colorscheme): automate light/dark theme
Automates selecting between Catppuccin Mocha and Catppuccin Latte depending on the darkmode state.
2024-10-07 13:32:34 -04:00
rootiest 45a58cdac6 fix: use default $TERM on windows
- Set config.term = "xterm-256color" on windows
- Other platforms continue to use "wezterm"
2024-10-05 22:15:08 -04:00
rootiest 65917d380a feat: Add user customization and refactor for readability
- Add user customization via automatically detected user.lua file
- Reorganize config options into separate files
- Reorganize plugin loaders into separate files
2024-10-04 10:11:16 -04:00
rootiest d80b364cc0 Add dev-mode option
- Clean up multi-platform support
- Add dev-mode option to load local plugins automatically
2024-10-01 11:46:03 -04:00
rootiest f465bc517d Update all 2024-10-01 10:04:00 -04:00
rootiest a7bcc92586 style: enhance tab bar with new separators and themes 2024-09-24 14:40:11 -04:00
rootiest a645ad613a feat: add keybinding for activating command palette 2024-09-02 07:45:36 -04:00
rootiest d3e4003dd8 chore: adjust terminal and tab font sizes for better readability 2024-08-28 06:33:30 -04:00
rootiest de75dbb677 fix: set preferred GPU adapter for WebGPU rendering 2024-08-28 06:33:22 -04:00
rootiest a27204fac9 feat: add tab manipulation and miscellaneous key bindings 2024-08-28 06:33:09 -04:00
rootiest a16930947b fix: update font family and weight for Iosevka Term 2024-08-27 09:28:31 -04:00
rootiest 7dcb9d06d0 fix: correct key binding ordering for pane movement 2024-08-23 09:46:17 -04:00
rootiest 80913e96fa feat: set webgpu preferred adapter with custom settings 2024-08-23 09:44:57 -04:00
rootiest 6ee0545f95 build: update font handling to include multiple font fallbacks 2024-08-23 09:44:15 -04:00
rootiest 47fc5ccbc8 feat: add dynamic hour-based window background gradient 2024-08-23 09:43:35 -04:00
rootiest 35ec6f0de6 feat(wezterm): initial commit
The initial release of the rootiest-wezterm config

BREAKING CHANGE: First Commit!
2024-08-16 14:50:01 -04:00