mirror of
https://github.com/zhigang1992/linux-configs.git
synced 2026-01-12 17:23:22 +08:00
Removes second call of xrdb, only loading Xresources once per session Tested-on: zaphod <01 Apr 2014>
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
xset s on
|
|
xset b off
|
|
syndaemon -t -k -i 2 -d &
|
|
synclient TouchpadOff=1
|
|
setxkbmap -option compose:ralt
|
|
setxkbmap -option caps:escape
|
|
export EDITOR=/usr/bin/vim
|
|
[[ -f ~/.Xresources ]] && xrdb -load ~/.Xresources
|
|
#exec awesome
|
|
#exec openbox-session
|
|
#exec gnome-session
|
|
#exec cinnamon-session
|
|
exec i3
|