mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
update run xmonad script
This commit is contained in:
parent
2a3ac53d30
commit
13860e0ed9
@ -1,9 +1,10 @@
|
|||||||
# .xinitrc
|
# .xinitrc
|
||||||
|
|
||||||
|
xrandr -s 0
|
||||||
|
|
||||||
xrdb $HOME/.Xresources
|
xrdb $HOME/.Xresources
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
xsetroot -solid '#80a0af'
|
||||||
xpmroot ~/.bg/ISS013-E-54329_lrg.xpm &
|
|
||||||
|
|
||||||
# if we have private ssh key(s), start ssh-agent and add the key(s)
|
# if we have private ssh key(s), start ssh-agent and add the key(s)
|
||||||
id1=$HOME/.ssh/identity
|
id1=$HOME/.ssh/identity
|
||||||
@ -15,16 +16,11 @@ then
|
|||||||
ssh-add < /dev/null
|
ssh-add < /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# some other things
|
|
||||||
tpb -d &
|
|
||||||
unclutter -idle 1 &
|
|
||||||
|
|
||||||
xset fp+ /usr/local/lib/X11/fonts/terminus
|
xset fp+ /usr/local/lib/X11/fonts/terminus
|
||||||
xset fp+ /usr/local/lib/X11/fonts/ghostscript
|
xset fp+ /usr/local/lib/X11/fonts/ghostscript
|
||||||
# xset fp+ /usr/local/lib/X11/fonts/bitstream-vera
|
xset fp+ /usr/X11R6/lib/X11/fonts/TTF/
|
||||||
# xset fp+ /usr/local/lib/X11/fonts/mscorefonts
|
|
||||||
|
|
||||||
xset fp rehash
|
# xset fp rehash
|
||||||
xset b 100 0 0
|
xset b 100 0 0
|
||||||
xset r rate 140 200
|
xset r rate 140 200
|
||||||
|
|
||||||
@ -34,4 +30,17 @@ xmodmap -e "remove Lock = Caps_Lock"
|
|||||||
xmodmap -e "keysym Caps_Lock = Control_L"
|
xmodmap -e "keysym Caps_Lock = Control_L"
|
||||||
xmodmap -e "add Control = Control_L"
|
xmodmap -e "add Control = Control_L"
|
||||||
|
|
||||||
/home/dons/bin/run-xmonad.sh
|
PATH=/home/dons/bin:$PATH
|
||||||
|
|
||||||
|
# launch the external 60 second clock, and launch the workspace status bar
|
||||||
|
FG='#a8a3f7'
|
||||||
|
BG='#3f3c6d'
|
||||||
|
xmonad-clock | dzen2 -e '' -x 400 -w 1200 -ta r -fg $FG -bg $BG &
|
||||||
|
|
||||||
|
xmonad &
|
||||||
|
|
||||||
|
# wait for xmonad
|
||||||
|
wait $!
|
||||||
|
pkill -HUP dzen2
|
||||||
|
pkill -HUP -f xmonad-clock
|
||||||
|
wait
|
||||||
|
Loading…
x
Reference in New Issue
Block a user