quicker, suppress output

This commit is contained in:
Luke Smith 2020-06-25 09:30:04 -04:00
parent 6ee4dada5b
commit 107a99f274
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -3,7 +3,7 @@
# The clickable help menu. Middle click to restart wm. # The clickable help menu. Middle click to restart wm.
# If dwm is running, use dwm's readme and restart. # If dwm is running, use dwm's readme and restart.
pgrep -f "\sdwm$" && pidof dwm >/dev/null &&
READMEFILE=/usr/local/share/dwm/larbs.mom READMEFILE=/usr/local/share/dwm/larbs.mom
restartwm() { pkill -HUP dwm ;} || restartwm() { pkill -HUP dwm ;} ||
restartwm() { i3 restart ;} restartwm() { i3 restart ;}