i3 startx config
This commit is contained in:
parent
87a78cd629
commit
613bbb16b1
36
_xinitrc__abraracourcix
Normal file
36
_xinitrc__abraracourcix
Normal file
@ -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-<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
|
||||
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user