diff options
Diffstat (limited to '.config/systemd/user/switch-icon.service')
-rw-r--r-- | .config/systemd/user/switch-icon.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/switch-icon.service b/.config/systemd/user/switch-icon.service new file mode 100644 index 0000000..1ac2ab6 --- /dev/null +++ b/.config/systemd/user/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 |