summary refs log tree commit diff stats
path: root/xprofile
diff options
context:
space:
mode:
authorAlan Pearce2017-07-16 14:16:45 +0200
committerAlan Pearce2017-07-16 14:16:45 +0200
commit2f181736df8d01968a7d4e4a46ad1e868e76968b (patch)
tree954d716b8a383f2aea484bd1a117b56ddbe8d653 /xprofile
parentc23813f5776c30b55e76181ac20b39d81b2caf91 (diff)
downloaddotfiles-2f181736df8d01968a7d4e4a46ad1e868e76968b.tar.lz
dotfiles-2f181736df8d01968a7d4e4a46ad1e868e76968b.tar.zst
dotfiles-2f181736df8d01968a7d4e4a46ad1e868e76968b.zip
xprofile: re-create according to current config
Diffstat (limited to 'xprofile')
-rwxr-xr-xxprofile/.xprofile12
1 files changed, 4 insertions, 8 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile
index f0a0523..d397c3c 100755
--- a/xprofile/.xprofile
+++ b/xprofile/.xprofile
@@ -1,9 +1,5 @@
 #!/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"' &
+sh -c 'sleep 1 && xsetroot -cursor_name left_ptr' &
+xmodmap .xmodmaprc
+xrdb -I$HOME/.xresources .xresources/main
+sxhkd &