Compositer things

This commit is contained in:
Oliver Atkinson 2023-08-14 04:38:07 -06:00
parent 1ab29f6ce5
commit ca4a265a91
2 changed files with 4 additions and 1 deletions

2
.Xresources Normal file
View File

@ -0,0 +1,2 @@
*.font: Fira Code:pixelsize=20;
*.alpha: 0.95

View File

@ -28,7 +28,6 @@ if [ -f "$usermodmap" ]; then
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
@ -36,6 +35,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
xcompmgr -c &
xrandr --output HDMI-0 --mode 1920x1080 --rate 144 --brightness 0.8 --left-of DP-4
xrandr --output DP-4 --mode 1920x1080 --rate 165 --brightness 0.8 --primary