aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-02-26 13:15:53 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-02-26 13:15:53 +0100
commitbe77f2b77fdde3b25a39364b1f8dcad3d39ff162 (patch)
tree8fb932f2c37fa155132f29e188642484203ea036
parent03dffccf34f5f2bd0d475cba8d34bf2f91c8f2cd (diff)
remove picom config
-rw-r--r--alacritty/normal.yml2
-rwxr-xr-xinstall.sh3
-rw-r--r--picom.conf3
3 files changed, 1 insertions, 7 deletions
diff --git a/alacritty/normal.yml b/alacritty/normal.yml
index 47e5b56..217f97d 100644
--- a/alacritty/normal.yml
+++ b/alacritty/normal.yml
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
window:
- opacity: 0.8
+ opacity: 0.72
class: "alacritty"
font:
diff --git a/install.sh b/install.sh
index 9f183f7..f3d296d 100755
--- a/install.sh
+++ b/install.sh
@@ -148,9 +148,6 @@ ln -sf ${PWD}/rofi_config.rasi ~/.config/rofi/config.rasi
# not the actual config location, it will be symlinked by the mode switch
ln -sf ${PWD}/polybar ~/.config/polybar.d
-mkdir -p ~/.config
-ln -sf ${PWD}/picom.conf ~/.config/picom.conf
-
mkdir -p ~/.config/fontconfig
ln -sf ${PWD}/fonts.conf ~/.config/fontconfig/fonts.conf
diff --git a/picom.conf b/picom.conf
deleted file mode 100644
index 49fe322..0000000
--- a/picom.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-opacity-rule = [
- "90:class_g = 'Alacritty'"
-];