mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
example xinitrc
This commit is contained in:
parent
fd85177063
commit
5d8bd71090
37
scripts/xinitrc
Normal file
37
scripts/xinitrc
Normal file
@ -0,0 +1,37 @@
|
||||
# .xinitrc
|
||||
|
||||
xrdb $HOME/.Xresources
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
xpmroot ~/.bg/ISS013-E-54329_lrg.xpm &
|
||||
|
||||
# if we have private ssh key(s), start ssh-agent and add the key(s)
|
||||
id1=$HOME/.ssh/identity
|
||||
id2=$HOME/.ssh/id_dsa
|
||||
id3=$HOME/.ssh/id_rsa
|
||||
if [ -x /usr/bin/ssh-agent ] && [ -f $id1 -o -f $id2 -o -f $id3 ];
|
||||
then
|
||||
eval `ssh-agent -s`
|
||||
ssh-add < /dev/null
|
||||
fi
|
||||
|
||||
# some other things
|
||||
tpb -d &
|
||||
unclutter -idle 1 &
|
||||
|
||||
xset fp+ /usr/local/lib/X11/fonts/terminus
|
||||
xset fp+ /usr/local/lib/X11/fonts/ghostscript
|
||||
# xset fp+ /usr/local/lib/X11/fonts/bitstream-vera
|
||||
# xset fp+ /usr/local/lib/X11/fonts/mscorefonts
|
||||
|
||||
xset fp rehash
|
||||
xset b 100 0 0
|
||||
xset r rate 140 200
|
||||
|
||||
xmodmap -e "keycode 233 = Page_Down"
|
||||
xmodmap -e "keycode 234 = Page_Up"
|
||||
xmodmap -e "remove Lock = Caps_Lock"
|
||||
xmodmap -e "keysym Caps_Lock = Control_L"
|
||||
xmodmap -e "add Control = Control_L"
|
||||
|
||||
exec /home/dons/bin/run-xmonad.sh
|
Loading…
x
Reference in New Issue
Block a user