diff options
Diffstat (limited to 'sandy/xinitrc')
-rw-r--r-- | sandy/xinitrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sandy/xinitrc b/sandy/xinitrc index 6eab78f..8db934f 100644 --- a/sandy/xinitrc +++ b/sandy/xinitrc @@ -13,8 +13,6 @@ fi conky & udiskie & -#compton --vsync opengl -c -C -f -D 3 -b & -#compton --vsync opengl -c -f -D 3 -m 0.85 -e 0.8 -i 0.9 -b & -compton --vsync opengl -c -f -D 3 -m 0.85 -e 0.8 --unredir-if-possible --paint-on-overlay --backend glx --glx-swap-method 3 --refresh-rate 60 -b +compton --vsync opengl-swc -c -f -D 3 -m 0.85 -e 0.8 -i 0.9 --unredir-if-possible --paint-on-overlay --backend glx --glx-swap-method 3 --glx-no-rebind-pixmap --refresh-rate 60 -b #compiz --replace --sm-disable ccp & exec startxfce4 |