diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-21 14:51:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-21 14:56:29 +0100 |
commit | 9da237b6202c203def8a77f4690ac06791096ea8 (patch) | |
tree | acae7e4c3e4b0b33e198715dfe170a3e1e03d403 /.scripts | |
parent | c91953ca7bcb4d89d7de35f6d0634fe6931d6fcd (diff) | |
download | dotfiles-9da237b6202c203def8a77f4690ac06791096ea8.tar.gz dotfiles-9da237b6202c203def8a77f4690ac06791096ea8.tar.bz2 dotfiles-9da237b6202c203def8a77f4690ac06791096ea8.zip |
Add initial systemd user service units for awesome and screen
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/set_xressources.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/set_xressources.sh b/.scripts/set_xressources.sh index ef56179..a24f8ef 100755 --- a/.scripts/set_xressources.sh +++ b/.scripts/set_xressources.sh @@ -1,3 +1,5 @@ +#!/bin/sh + find ~/.config/ \ -mindepth 2 -maxdepth 2 \ -type f -iname "*.xdefaults" \ |