mirror of
https://github.com/yusufipk/i3-config.git
synced 2026-09-11 19:06:12 +00:00
First commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
if pgrep -x "picom" > /dev/null
|
||||
then
|
||||
killall picom
|
||||
else
|
||||
picom -b --config ~/.config/i3/picom.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user