diff options
author | Alan Pearce | 2017-03-24 21:22:27 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-24 21:22:27 +0100 |
commit | bbb26322199d41171595bff6d073bda1fa1fa62c (patch) | |
tree | 799f160f60327a1b026fd9f4065636e611ccafb0 /xprofile/.xprofile | |
parent | 0c4343e413bbc922954b417a639c60dfa007a0da (diff) | |
parent | 53f50286e177abb9d1ac4a7c239dcbcc3fed63b7 (diff) | |
download | dotfiles-bbb26322199d41171595bff6d073bda1fa1fa62c.tar.lz dotfiles-bbb26322199d41171595bff6d073bda1fa1fa62c.tar.zst dotfiles-bbb26322199d41171595bff6d073bda1fa1fa62c.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile new file mode 100755 index 0000000..f0a0523 --- /dev/null +++ b/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"' & |