From 87b2a30232d0ac2c201910b6a5271a1db8fdf664 Mon Sep 17 00:00:00 2001 From: 0scar Date: Wed, 17 Aug 2022 15:51:30 +0200 Subject: Merge from downqwerk --- .config/x/xinitrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/x/xinitrc') diff --git a/.config/x/xinitrc b/.config/x/xinitrc index 38dfe9a..b4ae303 100644 --- a/.config/x/xinitrc +++ b/.config/x/xinitrc @@ -1,10 +1,15 @@ # For automatic lock on suspend/hibernation systemctl --user import-environment DISPLAY + # Notification daemon dunst & +# # Composite manager, for blur and other neat effects picom --blur-method dual_kawase --blur-strength 2 --experimental-backends --backend glx & +# Fonts +xset +fp "${XDG_FONTS:-$HOME/.local/share/fonts}" + # Disable mouse acceleration xset m 0 0 & xset r rate 300 50 & -- cgit v1.3