diff options
Diffstat (limited to '.config/x')
| -rw-r--r-- | .config/x/xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
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 & |
