File tree Expand file tree Collapse file tree 5 files changed +71
-0
lines changed
Expand file tree Collapse file tree 5 files changed +71
-0
lines changed Original file line number Diff line number Diff line change @@ -7100,6 +7100,8 @@ Shell:
71007100 - " .login"
71017101 - " .profile"
71027102 - " .tmux.conf"
7103+ - " .xinitrc"
7104+ - " .xsession"
71037105 - " .zlogin"
71047106 - " .zlogout"
71057107 - " .zprofile"
@@ -7119,6 +7121,8 @@ Shell:
71197121 - mvnw
71207122 - profile
71217123 - tmux.conf
7124+ - xinitrc
7125+ - xsession
71227126 - zlogin
71237127 - zlogout
71247128 - zprofile
Original file line number Diff line number Diff line change 1+ dwmstatus &
2+ xfce4-screensaver &
3+ st -e irssi &
4+ st -e vim ~/TODO &
5+ chromium &
6+ mbsync -a &
7+ st -e neomutt &
8+ redshift -O3500; xset r rate 300 50; exec startdwm
9+
10+
11+ ### startdwm
12+ while true; do
13+ # Log stderror to a file
14+ dwm 2> ~/.dwm.log
15+ # No error logging
16+ #dwm >/dev/null 2>&1
17+ done
18+
Original file line number Diff line number Diff line change 1+ # bcallah@ ~/.xsession
2+
3+ xset b off &
4+ mixerctl outputs.master=180,180 &
5+ ls ~/.startup/o*.wav | shuf -n 1 | xargs aucat -i &
6+ ls ~/.wallpaper/*.jpg | shuf -n 1 | xargs feh --bg-fill --no-fehbg &
7+ xcompmgr -Ff &
8+ xrdb ~/.Xresources &
9+ tint2 &
10+ exec cwm
Original file line number Diff line number Diff line change 1+ xbindkeys &
2+ dunst &
3+ synclient TouchPadOff=1
4+ #wmname LG3D
5+ xscreensaver -no-splash &
6+ (conky -c ~/.conky.conf |while read LINE; do xsetroot -name "$LINE"; done) &
7+ xset b 50 440 50
8+ xrdb -merge .Xdefaults
9+ #
10+ # dwm
11+ #
12+ dwm; exit
13+
Original file line number Diff line number Diff line change 1+ # use UTF-8 everywhere
2+ export LANG=en_US.UTF-8
3+
4+ # specify location of kshrc
5+ export ENV=$HOME/.kshrc
6+
7+ export PATH HOME TERM
8+ export ENV=$HOME/.kshrc
9+ export PATH=$PATH:$HOME/.local/bin
10+ export PATH=$PATH:$HOME/.yarn/bin
11+ export PATH=$PATH:$HOME/.npm-packages
12+
13+ NPM_PACKAGES=$HOME/.npm-packages
14+ NODE_PATH="$NPM_PACKAGES/lib/modules:$NODE_PATH"
15+ export PATH=$NPM_PACKAGES/bin:$PATH
16+
17+ # load Xresources file
18+ xrdb -merge $HOME/.Xresources &
19+
20+ # disable system beep
21+ xset b off &
22+
23+ # set your background color
24+ xsetroot -solid gray40 &
25+
26+ exec ck-launch-session startxfce4
You can’t perform that action at this time.
0 commit comments