From b826f3107aef775e8232262381de1d7146338021 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Thu, 21 Apr 2022 13:25:55 -0500 Subject: [PATCH] Configure background opacity and start xcompmgr --- .config/alacritty/alacritty.yml | 4 ++-- .xinitrc | 3 +++ .xprofile | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .xprofile diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 54803c3..4b6aa7b 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns @@ -67,7 +67,7 @@ # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. - #opacity: 1.0 + opacity: 0.675 # Startup Mode (changes require restart) # diff --git a/.xinitrc b/.xinitrc index b7f5235..381ede5 100644 --- a/.xinitrc +++ b/.xinitrc @@ -48,4 +48,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +[ -f /etc/xprofile ] && . /etc/xprofile +[ -f ~/.xprofile ] && . ~/.xprofile + i3 diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..9ee5f4a --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +xcompmgr -F &