blob: 1ac2ab60a7be419a32955a94c9efa5db944ff0c4 (
plain)
1
2
3
4
5
6
7
8
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
|