-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxinitrc
More file actions
executable file
·81 lines (75 loc) · 1.97 KB
/
xinitrc
File metadata and controls
executable file
·81 lines (75 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
##!/bin/sh
#
##
## ~/.xinitrc
##
## Executed by startx (run your window manager from here)
##
xmodmap ~/.Xmodmap
xset m 3 5
xset dpms 360
xset fp+ /usr/share/fonts/local
xset fp+ /usr/share/fonts/artwiz-fonts
xset fp+ /usr/share/fonts/cyrillic
xset fp+ /usr/share/fonts/speedo
xset fp+ /usr/share/fonts/util
xset fp+ /usr/share/fonts/encodings
# background
#display -window root ~/bin/background.png
#exec `cat ~/.fehbg` &
xsetroot -cursor_name left_ptr &
xsetroot -solid '#80a0af' &
#start apps here
# show reminders as needed!
#
#remind -z1 -k'notify-send --urgency=low --expire-time=0 "remind says" \"%s\"' ~/.reminders &
#gkrellm &
#xclock &
#aoss firefox &
#urxvt & #-e screen &
#ruby ~/hacks/dwm.rb | dzen2 -fn "-xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso8859-1" -bg "#aecf96" -fg "#2c2c32" -p 2 -e '' -y 786 -ta r &
#zsh ~/hacks/mon.zsh | dzen2 -fn '-*-terminus-*-*-*-*-12-*-*-*-*-*-iso8859' -bg '#2c2c32' -fg '#aecf96' -p 2 -e '' -ta c -y 786 &
# get mocp running so it's not a child of the status blah
#mocp -S
#wm's
#exec openbox
#exec ratpoison
#exec pekwm
#exec /usr/bin/wmii
#exec /usr/bin/ion3
#exec /usr/bin/fvwm
#dzen.zsh | dzen2 -ta r -w 800 -fn '-windows-dina-medium-r-normal--13-80-96-96-c-70-iso8859-' -bg '#2c2c32' -fg 'grey70' -p -e '' &
xmonad | dzen2 -ta l -w 1680 -fn '-windows-dina-medium-r-normal--13-80-96-96-c-70-iso8859-' -bg '#2c2c32' -fg 'grey70' -p -e ''
#exec startkde
#exec icewm
#exec blackbox
#exec fluxbox
#exec /usr/bin/dwm
#while true; do
# ruby /home/codemac/bin/dwm.rb
#done | /usr/bin/dwm
#while true; do
# echo "`date +'%A %B %d, %Y'` `uptime`"
# sleep 1
#done | /usr/bin/dwm
#amazing &
#exec awesome
#ruby /home/codemac/hacks/dwm.rb | /usr/bin/dwm
#exec awesome
############ For Beryl!
#. /etc/profile
#
#xrdb $HOME/.Xresources
#
## start beryl and beryl-manager
#beryl --use-tfp &
#emerald &
#beryl-manager &
## start necessary xfce components
#xfce-mcs-manager
#xfdesktop &
#xfce4-panel & wmpid=$!
#
## start any other needed programs here
#
#wait $wmpid