Use cliphist as clipboard history

This commit is contained in:
Maximilian Friedersdorff 2025-06-06 12:39:20 +01:00
parent 97029fb18c
commit e932a1dd40
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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