diff options
| author | Craig Jennings <c@cjennings.net> | 2025-12-01 05:54:07 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-12-01 05:54:07 -0600 |
| commit | 590aa0281b500e1ae7f9b202ece0a5bbaee72115 (patch) | |
| tree | f8bcb6b88f6f49b90dc6e0aacb6ac7c39875cdba /dotfiles/system/.config/sxhkd/sxhkdrc | |
| parent | 87c9d79dbcd7176ee2d85197bdb0c654ae6a70e5 (diff) | |
feat(rofi): standardize rofi configuration with dunst-matched theme
- Add self-contained config.rasi and theme in ~/.config/rofi/
- Remove external ~/code/rofi-themes-collection/ dependency
- Match rofi theme colors, font, and border-radius to dunst notifications
- Simplify sxhkd keybindings (settings now in config.rasi)
- Remove phantom rofi/scripts PATH entry from .profile
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.config/sxhkd/sxhkdrc')
| -rw-r--r-- | dotfiles/system/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/system/.config/sxhkd/sxhkdrc b/dotfiles/system/.config/sxhkd/sxhkdrc index 3e6f4d9..0a01188 100644 --- a/dotfiles/system/.config/sxhkd/sxhkdrc +++ b/dotfiles/system/.config/sxhkd/sxhkdrc @@ -4,9 +4,9 @@ super + space - rofi -show drun -show-icons -dpi 1 -theme ~/code/rofi-themes-collection/themes/rounded-gray-dark.rasi + rofi -show drun super + shift + s - rofi -show ssh -dpi 1 -theme ~/code/rofi-themes-collection/themes/rounded-gray-dark.rasi + rofi -show ssh # |
