mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Adding AwesomeWM to the dotfiles finally.
This commit is contained in:
7
.config/awesome/scripts/compton-toggle.sh
Executable file
7
.config/awesome/scripts/compton-toggle.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
if pgrep -x "compton" > /dev/null
|
||||
then
|
||||
killall compton
|
||||
else
|
||||
compton -b --config ~/.config/awesome/compton.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user