diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-17T21·18+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-17T21·18+0000 |
commit | e61965cafd25ecc8b905feabd169204e3fb28e84 (patch) | |
tree | 58697eb6e5a81cdc1eff21f107e3a25a247b9519 /configs/shared/.profile | |
parent | 62ea675d7a3798aa1ded2b196aa5de231a125e31 (diff) |
Drop support for compton
I'm finding myself running `pkill compton` offer. In the spirit of slimming down my configuration, I'm dropping support for compton.
Diffstat (limited to 'configs/shared/.profile')
-rw-r--r-- | configs/shared/.profile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/.profile b/configs/shared/.profile index 64fab4d51da6..32a0d13bf434 100644 --- a/configs/shared/.profile +++ b/configs/shared/.profile @@ -33,13 +33,6 @@ export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" export FZF_DEFAULT_COMMAND='fd --hidden --follow --exclude ".git"' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -# Prevent compton from fading to the lock screen. This also prevents the white -# overlay that compton was causing to appear. Still unsure why that was -# happening. -# For more information, see the following GitHub issue: -# https://github.com/google/xsecurelock/issues/28 -export XSECURELOCK_NO_COMPOSITE=1 - # This fixes nixpkgs that rely on glibc-2.27, which allegedly breaks locale # issues. # See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398 |