Use cliphist as clipboard history
This commit is contained in:
parent
97029fb18c
commit
e932a1dd40
2 changed files with 8 additions and 0 deletions
|
|
@ -8,3 +8,9 @@ exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DE
|
|||
|
||||
# notification daemon
|
||||
exec_always swaync&
|
||||
|
||||
# Clear clipboard history
|
||||
exec cliphist wipe
|
||||
|
||||
# clipboard history
|
||||
exec wl-paste --watch cliphist store
|
||||
|
|
|
|||
|
|
@ -167,3 +167,5 @@ mode "resize" {
|
|||
bindsym $mod+r mode "resize"
|
||||
|
||||
bindsym $mod+Alt+l exec swaylock
|
||||
|
||||
bindsym $mod+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue