diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:28:38 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:30:14 +0100 |
| commit | c7faac3480d2c52db7e952f638f7f162fb98eeec (patch) | |
| tree | 32d112a9532bcf8391a47384b91f6ef4c729e88a /.local/share/bin | |
| parent | 95db61081c2555c069c3287fd30d9c8a1757acb1 (diff) | |
`mode` update
Diffstat (limited to '.local/share/bin')
| -rwxr-xr-x | .local/share/bin/rofi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index 2b2d0b6..d573764 100755 --- a/.local/share/bin/rofi +++ b/.local/share/bin/rofi @@ -1,4 +1,4 @@ #!/bin/sh [ -e "$XDG_CONFIG_HOME/gtk-4.0/env" ] && . "$XDG_CONFIG_HOME/gtk-4.0/env" -. "$XDG_CONFIG_HOME/rofi/colors" +. "$XDG_CACHE_HOME/mode/state/vars" exec /bin/rofi -no-default-config "$@" |