first commit
This commit is contained in:
7
fuzzel/fuzzel_toggle.sh
Executable file
7
fuzzel/fuzzel_toggle.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x fuzzel > /dev/null; then
|
||||
pkill -x fuzzel
|
||||
else
|
||||
fuzzel
|
||||
fi
|
||||
Reference in New Issue
Block a user