diff options
author | Alan Pearce | 2014-07-31 18:22:36 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-31 18:22:36 +0100 |
commit | baf91c5e7e9e4f217967352d59ac7fcefa6f3c59 (patch) | |
tree | bfa0b7c1975e19dd4e3f93ba8bbdcc5ec94c0dae /tag-xprofile/xprofile | |
parent | 5e96669ee94ea6c58faa95f858a3b80ea9a25416 (diff) | |
download | nixfiles-baf91c5e7e9e4f217967352d59ac7fcefa6f3c59.tar.lz nixfiles-baf91c5e7e9e4f217967352d59ac7fcefa6f3c59.tar.zst nixfiles-baf91c5e7e9e4f217967352d59ac7fcefa6f3c59.zip |
Revert "Xprofile: De-duplicate envoy setup"
This reverts commit 593b2f866a5557a1978e3352d311829e57952b25.
Diffstat (limited to 'tag-xprofile/xprofile')
-rwxr-xr-x | tag-xprofile/xprofile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-xprofile/xprofile b/tag-xprofile/xprofile index 67f927af..f0a05239 100755 --- a/tag-xprofile/xprofile +++ b/tag-xprofile/xprofile @@ -1,4 +1,6 @@ -#!/usr/bin/env zsh +#!/bin/sh +envoy -t gpg-agent +eval $(envoy -p) xrdb -I$HOME/.xresources .Xresources xsetroot -cursor_name left_ptr redshift-gtk & |