From 862f9e0895852d11517b6bec8493be6f10336deb Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Sun, 20 Aug 2023 06:41:40 -0600 Subject: [PATCH] transparency effects --- .Xresources | 2 +- .xinitrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.Xresources b/.Xresources index 77a4ef2..d7bebf4 100644 --- a/.Xresources +++ b/.Xresources @@ -1,2 +1,2 @@ *.font: Fira Code:pixelsize=20; -*.alpha: 0.95 +*.alpha: 0.92 diff --git a/.xinitrc b/.xinitrc index c01f24f..fefc480 100644 --- a/.xinitrc +++ b/.xinitrc @@ -35,9 +35,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -xcompmgr -c & +xcompmgr -n & -xrandr --output HDMI-0 --mode 1920x1080 --rate 144 --brightness 0.8 --left-of DP-4 +xrandr --output HDMI-0 --mode 1920x1080 --rate 60 --brightness 0.8 --left-of DP-4 xrandr --output DP-4 --mode 1920x1080 --rate 165 --brightness 0.8 --primary dbus-launch --exit-with-session awesome