summaryrefslogtreecommitdiff
path: root/.config/systemd/user/old
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-02 13:54:18 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-02 13:54:18 +0200
commit5433728009f02130642888bcd34cb1df2b34f115 (patch)
tree4e5f86fa8cab4f4bc762e18d35b7d3f238082b93 /.config/systemd/user/old
parent4c6606a58fd3eff872ebf5bc5cc4adad029f233c (diff)
downloaddotfiles-5433728009f02130642888bcd34cb1df2b34f115.tar.gz
dotfiles-5433728009f02130642888bcd34cb1df2b34f115.tar.bz2
dotfiles-5433728009f02130642888bcd34cb1df2b34f115.zip
urxvt: Use class name for xressources
Allows to add override by different name on cmdline
Diffstat (limited to '.config/systemd/user/old')
-rw-r--r--.config/systemd/user/old/switch-icon.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/old/switch-icon.service b/.config/systemd/user/old/switch-icon.service
new file mode 100644
index 0000000..1ac2ab6
--- /dev/null
+++ b/.config/systemd/user/old/switch-icon.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Apply icon quirks to broken X11 programs
+After=xorg.target
+
+[Service]
+ExecStart=/usr/bin/python2 %h/.local/bin/switch-icon.py
+
+[Install]
+WantedBy=graphical.target