瀏覽代碼

Run compton in background

Josh Bicking 7 年之前
父節點
當前提交
622748fb85
共有 1 個文件被更改,包括 1 次插入1 次删除
  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