aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
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