Skip to content

Commit

Permalink
update xinitrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bsl committed May 4, 2013
1 parent 8e0b564 commit 750b10d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions xorg/xinitrc
Expand Up @@ -15,19 +15,18 @@ xset fp rehash
# speed up keyboard repeat
xset r rate 200 50

# make caps lock another ctrl key
# make CapsLock work like Ctrl
setxkbmap -option ctrl:nocaps

xbacklight -set 65
xbacklight -set 60
xsetroot -solid "#0f0f0f"
disable-screen-blanking

xsetroot -solid '#0f0f0f'

export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
scim -d

urxvtd -q -f -o
xchainkeys &

exec awesome

0 comments on commit 750b10d

Please sign in to comment.