From 5433728009f02130642888bcd34cb1df2b34f115 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 2 Oct 2013 13:54:18 +0200 Subject: urxvt: Use class name for xressources Allows to add override by different name on cmdline --- .config/systemd/user/old/switch-icon.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/systemd/user/old/switch-icon.service (limited to '.config/systemd/user/old') 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 -- cgit