mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
11 lines
207 B
Desktop File
11 lines
207 B
Desktop File
[Unit]
|
|
Description=i3wm close window service
|
|
|
|
[Service]
|
|
RemainAfterExit=true
|
|
ExecStart=python %h/.config/scripts/desktop/i3wm-close-window.py
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |