Explorar o código

Run compton in background

Josh Bicking %!s(int64=7) %!d(string=hai) anos
pai
achega
622748fb85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      i3/togglecompton.sh

+ 1 - 1
i3/togglecompton.sh

@@ -6,5 +6,5 @@ then
     pkill compton
 else
     echo Starting compton
-    compton --config ~/.i3/compton.conf
+    compton -b --config ~/.i3/compton.conf
 fi