diff options
author | Amin Bandali <me@aminb.org> | 2015-06-03 23:20:21 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-03 23:20:21 -0400 |
commit | 3c7e52b14585abf2295b61b23874df993d03301c (patch) | |
tree | 3446ffe435dfdc498a42b5d297811a76e8285e9c /x/.xprofile | |
parent | 4beff0b9fb6c197ffed2feff6da772ba4ad62c30 (diff) | |
download | configs-3c7e52b14585abf2295b61b23874df993d03301c.tar.gz configs-3c7e52b14585abf2295b61b23874df993d03301c.tar.xz configs-3c7e52b14585abf2295b61b23874df993d03301c.zip |
[x] don't use compton
I've found previous installation laggy and slow.
This time, I decided to try and not use compton;
everything is much snappier now.
Diffstat (limited to '')
-rwxr-xr-x | x/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile index 9f848d1..c91f71a 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -35,7 +35,7 @@ xrdb -merge ~/.gotham.xresources # xset b off # the compositor -compton & +#compton & # xbacklight -set 50 |