From 613bbb16b1b820ea94019537974053ea3a3a380e Mon Sep 17 00:00:00 2001 From: Meutel Date: Fri, 5 May 2017 23:14:11 +0200 Subject: [PATCH] i3 startx config --- _xinitrc__abraracourcix | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 _xinitrc__abraracourcix diff --git a/_xinitrc__abraracourcix b/_xinitrc__abraracourcix new file mode 100644 index 0000000..4180c1c --- /dev/null +++ b/_xinitrc__abraracourcix @@ -0,0 +1,36 @@ +setxkbmap fr +## Disable DPMS turning off the screen +xset -dpms +xset s off + +# Disable bell +xset -b + +# Enable zapping (C-A- kills X) +setxkbmap -option terminate:ctrl_alt_bksp + +# Enforce correct locales from the beginning: +# LC_ALL is unset since it overwrites everything +# LANG=de_DE.UTF-8 is used, except for: +# LC_MESSAGES=C never translates program output +# LC_TIME=en_DK leads to yyyy-mm-dd hh:mm date/time output +unset LC_ALL +export LANG=fr_FR.UTF-8 +export LC_CTYPE=fr_FR.UTF-8 +export LC_MESSAGES=C + +# Use XToolkit in java applications +export AWT_TOOLKIT=XToolkit + +# Default terminal +export TERMINAL=/usr/local/bin/mate-terminal + +# Set background color +xsetroot -solid "#333333" + +# Enable core dumps in case something goes wrong +ulimit -c unlimited + +# Start i3 and log to ~/.i3/logfile +echo "Starting at $(date)" >> ~/.i3/logfile +exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile