Update manpage
This commit is contained in:
parent
7469e35a8b
commit
4be7a34470
|
@ -1,7 +1,7 @@
|
||||||
i3(1)
|
i3(1)
|
||||||
=====
|
=====
|
||||||
Michael Stapelberg <michael+i3@stapelberg.de>
|
Michael Stapelberg <michael+i3@stapelberg.de>
|
||||||
v3.beta, May 2009
|
v3.gamma, August 2009
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
|
||||||
|
@ -232,9 +232,13 @@ your login manager (xdm, slim, gdm, …) as soon as you login.
|
||||||
# Disable DPMS turning off the screen
|
# Disable DPMS turning off the screen
|
||||||
xset dpms force on
|
xset dpms force on
|
||||||
xset s off
|
xset s off
|
||||||
|
|
||||||
# Disable bell
|
# Disable bell
|
||||||
xset -b
|
xset -b
|
||||||
|
|
||||||
|
# Enable zapping (C-A-<Bksp> kills X)
|
||||||
|
setxkbmap -option terminate:ctrl_alt_bksp
|
||||||
|
|
||||||
# Enforce correct locales from the beginning
|
# Enforce correct locales from the beginning
|
||||||
unset LC_COLLATE
|
unset LC_COLLATE
|
||||||
export LC_CTYPE=de_DE.UTF-8
|
export LC_CTYPE=de_DE.UTF-8
|
||||||
|
@ -249,6 +253,9 @@ export LC_TELEPHONE=de_DE.UTF-8
|
||||||
export LC_MEASUREMENT=de_DE.UTF-8
|
export LC_MEASUREMENT=de_DE.UTF-8
|
||||||
export LC_IDENTIFICATION=de_DE.UTF-8
|
export LC_IDENTIFICATION=de_DE.UTF-8
|
||||||
|
|
||||||
|
# Use XToolkit in java applications
|
||||||
|
export AWT_TOOLKIT=XToolkit
|
||||||
|
|
||||||
# Set background color
|
# Set background color
|
||||||
xsetroot -solid "#333333"
|
xsetroot -solid "#333333"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue