Configure background opacity and start xcompmgr

This commit is contained in:
Yash Karandikar 2022-04-21 13:25:55 -05:00
parent 6f732ba00a
commit b826f3107a
3 changed files with 6 additions and 2 deletions

View file

@ -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)
#

View file

@ -48,4 +48,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
i3

1
.xprofile Normal file
View file

@ -0,0 +1 @@
xcompmgr -F &