Browse code

Add dotfiles

Robert Cranston authored on 23/01/2022 17:11:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+if [ "$(command -v picom)" ]
2
+then
3
+  picom &
4
+elif [ "$(command -v compton)" ]
5
+then
6
+  compton &
7
+fi