aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 15:33:19 +0100
commit877f25d80c30e03197df8ae24f20207a01bcf0de (patch)
tree0c65af5fce1442cbe1d9f7f8ae57d7fb95564997 /X
parent47a594d626b2c3aaeb57b98dcc2ebf4da5d3924a (diff)
downloaddotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.tar.gz
dotfiles-877f25d80c30e03197df8ae24f20207a01bcf0de.zip
Update configuration using msmtp
Diffstat (limited to 'X')
-rw-r--r--X/.Xresources2
-rw-r--r--X/.xinitrc5
2 files changed, 5 insertions, 2 deletions
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