about summary refs log tree commit diff stats
path: root/config/X11/xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'config/X11/xprofile')
-rw-r--r--config/X11/xprofile23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/X11/xprofile b/config/X11/xprofile
new file mode 100644
index 0000000..224386b
--- /dev/null
+++ b/config/X11/xprofile
@@ -0,0 +1,23 @@
+#!/bin/sh
+. $HOME/etc/shrc
+# set caps to escape when pressed and super when held
+setxkbmap -option caps:super && xcape -e 'Super_L=Escape'
+# disables the beeper
+xset b off
+# increases kbd repeat on hold
+xset r rate 300 50
+# enables x colorscheme
+xrdb -load $HOME_ETC/X11/xresources
+
+# set background
+xbg &
+# notification daemon
+dunst &
+# mouse vanishes when typing
+unclutter -noevents &
+# activate music daemon
+mpd &
+# and its scrobbler
+mpdas -c $HOME_ETC/mpdasrc &
+# remind user of important tasks
+bother &