Add clipman clipboard manager

This commit is contained in:
ItsDrike 2023-02-02 19:16:36 +01:00
parent 3159fc4909
commit bf5734f571
No known key found for this signature in database
GPG key ID: B014E761034AF742
3 changed files with 12 additions and 0 deletions

View file

@ -163,6 +163,7 @@ bind = SUPER_SHIFT, D, exec, toggle-notifications
# Programs
bind = SUPER, R, exec, wofi --show drun
bind = SUPER_SHIFT, Return, exec, wofi --show run
bind = SUPER_SHIFT, C, exec, clipman pick -t wofi
bind = SUPER, Return, exec, alacritty
bind = SUPER, X, exec, pcmanfm-qt

View file

@ -0,0 +1,10 @@
[Unit]
Description="Clipboard clipboard manager"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/wl-paste -t text --watch /usr/bin/clipman store
Restart=on-failure
[Install]
WantedBy=wm-ready.target

View file

@ -0,0 +1 @@
/home/itsdrike/.config/systemd/user/clipman.service