aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxinit.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/xinit.sh b/xinit.sh
new file mode 100755
index 0000000..13086d8
--- /dev/null
+++ b/xinit.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# To be run by the window manager or desktop environment when starting an X session
+dunst &
+xrdb ~/.Xresources
+setxkbmap -layout es -option caps:swapescape
+xset -b
+unclutter --idle 1 &
+touchpad.sh
+feh --bg-max ~/images/wallpapers/bg_*
+urxvt -e tmux new -s main &