diff options
author | Alan Pearce | 2014-07-21 21:43:53 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-21 21:50:08 +0100 |
commit | 6637004739ad85b7580b6dfc52ef8ec18fa8b6ac (patch) | |
tree | acc3287a6d3c30dbe7ed600b8231b91bd8c87e14 /tag-xprofile/xprofile | |
parent | d4d7dd23a4894888bece2896cbfe17d614da6b3a (diff) | |
download | dotfiles-6637004739ad85b7580b6dfc52ef8ec18fa8b6ac.tar.lz dotfiles-6637004739ad85b7580b6dfc52ef8ec18fa8b6ac.tar.zst dotfiles-6637004739ad85b7580b6dfc52ef8ec18fa8b6ac.zip |
Add initial xprofile
Diffstat (limited to 'tag-xprofile/xprofile')
-rwxr-xr-x | tag-xprofile/xprofile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tag-xprofile/xprofile b/tag-xprofile/xprofile new file mode 100755 index 0000000..f0a0523 --- /dev/null +++ b/tag-xprofile/xprofile @@ -0,0 +1,9 @@ +#!/bin/sh +envoy -t gpg-agent +eval $(envoy -p) +xrdb -I$HOME/.xresources .Xresources +xsetroot -cursor_name left_ptr +redshift-gtk & +dropboxd & +trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 0 --tint 0xfdf6e3 --height 12 & +emacsclient --alternate-editor="" --eval '"Starting Emacs"' & |