Skip to content

Instantly share code, notes, and snippets.

@gcmurphy
Last active May 23, 2019 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcmurphy/d494082a8f5486a9746a96af2b7ec48b to your computer and use it in GitHub Desktop.
Save gcmurphy/d494082a8f5486a9746a96af2b7ec48b to your computer and use it in GitHub Desktop.
xprofie setup for linux + dwm + st
~/src/st master ✗ 5m ◒
▶ cat ~/.xprofile
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
~/src/st master ✗ 6m ◒
▶ cat ~/.xinitrc
[ -f ~/.xprofile ] && . ~/.xprofile
exec nitrogen --restore &
exec slstatus &
exec dwm
~/src/st master ✗ 7m ◒ ⍉
▶ ls -l ~/.xsession
lrwxrwxrwx 1 gm gm 17 Feb 21 16:17 /home/gm/.xsession -> /home/gm/.xinitrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment