dotfiles/_xinitrc__abraracourcix

44 lines
1.1 KiB
Plaintext

setxkbmap us altgr-intl
## Disable DPMS turning off the screen
xset -dpms
xset s off
# Disable bell
xset -b
# Enable zapping (C-A-<Bksp> 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
# remote mpd
export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
# 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
xcompmgr -c -f -n &
#exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile
#exec ssh-agent /usr/local/bin/start-lumina-desktop
exec ssh-agent /usr/local/bin/gnome-session