Last active
May 23, 2019 20:45
-
-
Save gcmurphy/d494082a8f5486a9746a96af2b7ec48b to your computer and use it in GitHub Desktop.
xprofie setup for linux + dwm + st
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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