diff options
| author | Josh Rahm <rahm@google.com> | 2020-02-03 11:45:47 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2020-02-03 11:45:47 -0700 |
| commit | a153456b06a06db97735284a0d7496017799807a (patch) | |
| tree | bf452483b92ccee328ecbc020ccc1f72969928c6 /startup | |
| parent | ee513619c4f6ebce49b15020c121cbb6dc2e0c86 (diff) | |
| download | rde-a153456b06a06db97735284a0d7496017799807a.tar.gz rde-a153456b06a06db97735284a0d7496017799807a.tar.bz2 rde-a153456b06a06db97735284a0d7496017799807a.zip | |
Change XMobar config to make it relatively pretty
Diffstat (limited to 'startup')
| -rwxr-xr-x | startup | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,4 +13,9 @@ xset r rate 200 60 nohup xscreensaver & > /dev/null # Run a compositer to make things a little prettier. + +if [ ! -z "$(ps aux | grep compton | grep -v grep)" ] ; then + killall compton +fi + nohup compton & > /dev/null |