changed rofi conf path

This commit is contained in:
Oliver Schraml 2021-12-16 11:50:49 +01:00
parent 693a940ac9
commit 2a03c5e7b2
Signed by: oliver.schraml
GPG Key ID: C164A432C2986B11
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if which rofi > /dev/null 2>&1 ; then
/usr/bin/rofi -show window -config ~/.Xresources
/usr/bin/rofi -show window -config ~/VersionControl/configs/ALL_config/.global_rofi.conf
exit $?
fi