diff options
-rwxr-xr-x | .local/share/bin/rofi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index b3c7e28..2b2d0b6 100755 --- a/.local/share/bin/rofi +++ b/.local/share/bin/rofi @@ -1,3 +1,4 @@ #!/bin/sh +[ -e "$XDG_CONFIG_HOME/gtk-4.0/env" ] && . "$XDG_CONFIG_HOME/gtk-4.0/env" . "$XDG_CONFIG_HOME/rofi/colors" exec /bin/rofi -no-default-config "$@" |