changed rofi conf path
This commit is contained in:
parent
693a940ac9
commit
2a03c5e7b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue