Adding AwesomeWM to the dotfiles finally.

This commit is contained in:
Derek Taylor
2019-05-27 21:09:53 -05:00
parent fc9beffc5e
commit f729c9aed0
341 changed files with 9730 additions and 0 deletions

View 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