-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
23 lines (23 loc) · 815 Bytes
/
.xinitrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# pymd .xinitrc ---------------------------------------------------------------
#
# Sets mouse cursor type unless you like the black X
xsetroot -cursor_name left_ptr
# Sets my background wallpaper
xv /usr/home/admin/.twm/walls/bg.gif -root -quit
# Sets the mouse behaviour / speed etc
xset m 30/10 4
# Sets the keyboard repeat rate
xset r rate 200 40
# Switch off annoying default beeps
xset -b
# Switch off X screen blanking and dpms blanking
xset s off
xset -dpms
# Switch on chosen screensaver
xautolock -time 5 -locker "xlock -enablesaver -nolock -mode molecule" &
# Launch VDesk for Virtual Desktops in TWM
vdesk &
# Finally launch TWM (The Window Manager!)
exec twm
# -------------------------------------------------------------------------------
fbsetroot -gradient Elliptic -from '#2d527f' -to '#859ac0' &