summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-12-01 05:54:07 -0600
committerCraig Jennings <c@cjennings.net>2025-12-01 05:54:07 -0600
commit590aa0281b500e1ae7f9b202ece0a5bbaee72115 (patch)
treef8bcb6b88f6f49b90dc6e0aacb6ac7c39875cdba /dotfiles/system/.profile
parent87c9d79dbcd7176ee2d85197bdb0c654ae6a70e5 (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/.profile')
-rw-r--r--dotfiles/system/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index 28348c0..a0a1274 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -24,7 +24,7 @@ export GPG_TTY="$(tty)"
# Path
[ -d "$HOME/.local/share/gem/ruby/3.4.0/bin" ]; PATH="$PATH:$HOME/.local/share/gem/ruby/3.4.0/bin"
[ -d "$HOME/.cargo/bin" ]; PATH="$PATH:$HOME/.cargo/bin"
-export PATH="$PATH:$HOME/.local/bin:/usr/sbin:$HOME/.config/rofi/scripts"
+export PATH="$PATH:$HOME/.local/bin:/usr/sbin"
# Editor
export ALTERNATE_EDITOR=""