From 6adeb19e2be13c5322ea25cf26a7cd27111ae599 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 12 May 2021 18:07:59 -0400 Subject: [PATCH] Remove compton Over time compton became unmaintained and a replacement package picom took its place. After trying out sway for a bit, I realized that it doesn't need a separate compositor at all like bspwm does, so I might just switch to it. Note that there is a performance penalty on sway that I haven't figured out how to solve yet. --- .archlinux/PKGBUILDs/tari-core/PKGBUILD | 3 +-- bspwm/.config/bspwm/bspwmrc | 3 --- compton/.config/compton.conf | 30 ------------------------- compton/README.md | 18 --------------- 4 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 compton/.config/compton.conf delete mode 100644 compton/README.md diff --git a/.archlinux/PKGBUILDs/tari-core/PKGBUILD b/.archlinux/PKGBUILDs/tari-core/PKGBUILD index 1efdc14f..2b887052 100644 --- a/.archlinux/PKGBUILDs/tari-core/PKGBUILD +++ b/.archlinux/PKGBUILDs/tari-core/PKGBUILD @@ -1,5 +1,5 @@ pkgname=tari-core -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc="My Arch Linux setup" arch=('any') @@ -96,7 +96,6 @@ depends=( bspwm sxhkd dunst - compton obs-studio texstudio virtualbox diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 4c4b653f..f857efc0 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -45,9 +45,6 @@ wal -o ~/.config/wal/done.sh --theme base16-tomorrow-night # Never blank the screen (disable power saving) xset s off -dpms -# Start compton -compton -b - # Start polybar and other things based on DPI # Get the host width HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width') diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf deleted file mode 100644 index 0d6b732a..00000000 --- a/compton/.config/compton.conf +++ /dev/null @@ -1,30 +0,0 @@ -# New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017-2018 Donovan Glover - -# Enable shadows (very important, as this makes everything look really nice) -shadow = true - -# Disable shadow on docks like polybar -#no-dock-shadow = true - -# Disable shadow for drag-and-drop functionality -no-dnd-shadow = true - -# Fade windows when you open and close them, as well as change workspaces -fading = true - -# Shadow settings -shadow-radius = 8 -shadow-opacity = 0.5 -shadow-offset-x = -10 -shadow-offset-y = -10 - -# Fade settings -fade-in-step = 0.04 -fade-out-step = 0.04 -fade-delta = 10 - -# Add transparency to bspwm borders -#frame-opacity = 0.5 - -# vim:ft=dosini diff --git a/compton/README.md b/compton/README.md deleted file mode 100644 index fc93c831..00000000 --- a/compton/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# compton - -[compton][compton] is a desktop compositor for X11. - -## Use Cases - -compton can be used to: - -- Reduce screen tear in certain environments -- Add elementary animations such as fading to your desktop -- Add shadows to your desktop - -You should not use compton if: - -- Your window manager or desktop environment already has a compositor -- You are not using X11 - -[compton]: https://github.com/yshui/compton