From 49e871d7f65a74d95fa25c6f1760129a8c278f60 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 26 Dec 2025 17:28:55 -0800 Subject: [PATCH] fix and update some things --- dotfiles/.Xresources | 4 ++++ dotfiles/.xinitrc | 3 ++- picom/picom.conf | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dotfiles/.Xresources b/dotfiles/.Xresources index 2c922c7..c824411 100644 --- a/dotfiles/.Xresources +++ b/dotfiles/.Xresources @@ -1 +1,5 @@ +# MSI 34" Xft.dpi: 110 + +# Thinkpad T420 +#Xft.dpi: 96 diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 6c1136d..8faa835 100755 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -5,5 +5,6 @@ feh --no-fehbg --bg-fill ~/repos/bag/$(ls ~/.images | shuf -n 1) redshift& solaar --window=hide& dwmblocks& -mpd;mpd-mpris& +mpd& +mpd-monitor& exec dwm diff --git a/picom/picom.conf b/picom/picom.conf index 6a6056f..679e0eb 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -1,2 +1,2 @@ -backend = "xrender" +backend = "glx" vsync = true