mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add clipman clipboard manager
This commit is contained in:
parent
3159fc4909
commit
bf5734f571
|
@ -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
|
||||
|
|
10
home/.config/systemd/user/clipman.service
Normal file
10
home/.config/systemd/user/clipman.service
Normal 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
|
1
home/.config/systemd/user/wm-ready.target.wants/clipman.service
Symbolic link
1
home/.config/systemd/user/wm-ready.target.wants/clipman.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/itsdrike/.config/systemd/user/clipman.service
|
Loading…
Reference in a new issue