feat: cliphist service
This commit is contained in:
parent
716bd38233
commit
171b5f9c1d
2 changed files with 14 additions and 0 deletions
12
ansible/templates/systemd/user/cliphist.service
Normal file
12
ansible/templates/systemd/user/cliphist.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Cliphist to keep history of clipboard (wayland only)
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ dots }}/.dots/scripts/wayland/cliphist_daemon.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
||||
|
||||
|
|
@ -11,6 +11,8 @@
|
|||
- name: "hourly_remainder"
|
||||
enabled: true
|
||||
timer: true
|
||||
- name: "cliphist"
|
||||
enabled: true
|
||||
config_files:
|
||||
- dir: fish
|
||||
name: config.fish
|
||||
|
|
Loading…
Reference in a new issue