mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Moves local scripts directory. Handles systemd configurations.
This commit is contained in:
11
env/.config/systemd/user/logout-task.service
vendored
Normal file
11
env/.config/systemd/user/logout-task.service
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Clear clipboard history at logout
|
||||
DefaultDependencies=no
|
||||
Before=exit.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.local/scripts/clear-clipboard-history
|
||||
|
||||
[Install]
|
||||
WantedBy=exit.target
|
||||
Reference in New Issue
Block a user