summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
commite146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch)
tree1605bf4eb78cc619988c92632f3cee2a56143fd5 /xinit
parent83bd503208d45fa837348441196dd07223b13e3e (diff)
Use GNU stow for dotfiles management
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xinitrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc
new file mode 100755
index 0000000..9118272
--- /dev/null
+++ b/xinit/.xinitrc
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+# Key repeat rate
+xset r rate 400 50
+
+# Load key bindings
+$HOME/bin/keyboard
+
+# Load Xresources to light colorscheme
+xrdb -I$HOME ~/.Xresources/dark
+
+# Background
+feh --bg-fill --randomize /usr/share/backgrounds
+
+# Synchronise primary and clipboard
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &
+
+# Disable screen going blank
+xset -dpms
+xset s off
+
+# SSH agent
+eval $(ssh-agent)
+
+# Programs to start
+nm-applet &
+dropbox &
+dunst &
+
+exec i3