aboutsummaryrefslogtreecommitdiffstats
path: root/xinitrc
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-03 12:52:03 +0200
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-03 12:52:03 +0200
commite33ad4f128fb8fef2119cf2c71371eaf9c19bd29 (patch)
tree1fe625b20799889724aad507b8bac0a77258b9ca /xinitrc
downloaddotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.tar.gz
dotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.tar.bz2
dotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.zip
Initial setup with basic tools: vim/dein, tmux, st, tup, X
Diffstat (limited to 'xinitrc')
-rw-r--r--xinitrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/xinitrc b/xinitrc
new file mode 100644
index 0000000..2a82804
--- /dev/null
+++ b/xinitrc
@@ -0,0 +1,19 @@
+if [ -d /etc/X11/xinit/xinitrc.d ]; then
+ for f in /etc/X11/xinit/xinitrc.d/*; do
+ [ -x "$f" ] && . "$f"
+ done
+ unset f
+fi
+
+# French keyboard layout
+setxkbmap -layout "fr"
+
+# No more "bip"
+xset -b
+
+[ -x "/usr/bin/numlockx" ] && numlockx on
+[ -x "/usr/bin/dunst" ] && exec dunst &
+[ -x "/usr/bin/pulseaudio" ] && exec pulseaudio --start &
+[ -x "/usr/bin/redshift" ] && exec redshift -l 48.390929:-4.487095 &
+
+exec i3