making rofi work a lil better

This commit is contained in:
Chris Cochrun 2021-09-27 17:13:21 -05:00
parent 9daaa96d74
commit 38e0f2f923
14 changed files with 156 additions and 79 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Check to see if firefox is running
if [ $(pgrep -c qutebrowser) -gt 0 ]; then
if pgrep -x qutebrowser > /dev/null; then
if [ $XDG_SESSION_TYPE = "x11" ]; then
#X11