From 877f25d80c30e03197df8ae24f20207a01bcf0de Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 11 Sep 2021 15:33:19 +0100 Subject: Update configuration using msmtp --- X/.Xresources | 2 ++ X/.xinitrc | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'X') diff --git a/X/.Xresources b/X/.Xresources index aee38d1..66b090a 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,3 +1,5 @@ +Xcursor.size: 22 + ! Dracula Xresources palette *.foreground: #F8F8F2 *.background: #282A36 diff --git a/X/.xinitrc b/X/.xinitrc index 4cbbf6e..5112b47 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -32,15 +32,16 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +xset r rate 200 30 + # Startup programs eval $(ssh-agent) -dropbox & sxhkd & compton & redshift & dunst & wal -R -xrandr --output DP-1 --auto --output DP-2 --left-of DP-1 --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto +# xrandr --output DP-1 --auto --output DP-2 --left-of DP-1 --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xsetroot -cursor_name left_ptr -- cgit