mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
systemd: replace autocutsel with parcellite
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
@ -1 +0,0 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
@ -1 +0,0 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
@ -1 +0,0 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
1
systemd/user/graphical-session.target.wants/parcellite.service
Symbolic link
1
systemd/user/graphical-session.target.wants/parcellite.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/parcellite.service
|
@ -1,12 +1,11 @@
|
||||
[Unit]
|
||||
Description=autocutsel selection %i
|
||||
Description=Lightweight GTK+ clipboard manager
|
||||
PartOf=graphical-session.target
|
||||
Requires=xorg.target
|
||||
After=xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/autocutsel -selection %i
|
||||
ExecStart=/usr/bin/parcellite -n
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
Reference in New Issue
Block a user