mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-08-02 19:24:39 -04:00
Added Qtile
This commit is contained in:
7
.config/qtile/scripts/picom-toggle.sh
Executable file
7
.config/qtile/scripts/picom-toggle.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
if pgrep -x "picom" > /dev/null
|
||||
then
|
||||
killall picom
|
||||
else
|
||||
picom -b --config ~/.config/picom/picom-blur.conf
|
||||
fi
|
Reference in New Issue
Block a user