From adab2a82eae921f3ca48e160e6ec5b91e3d6fa57 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:17 +0100 Subject: feat(wayland): add cliphist clipboard history Install cliphist and wire two user services (text + image watchers) into sway-session.target. Bind $mod+v to pick an entry via fuzzel and $mod+Shift+v to delete one. --- dot_config/systemd/user/sway-session.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/systemd/user/sway-session.target') diff --git a/dot_config/systemd/user/sway-session.target b/dot_config/systemd/user/sway-session.target index db57db4..0c33a40 100644 --- a/dot_config/systemd/user/sway-session.target +++ b/dot_config/systemd/user/sway-session.target @@ -2,6 +2,6 @@ Description=sway compositor session Documentation=man:systemd.special(7) BindsTo=graphical-session.target -Wants=graphical-session-pre.target mako.service poweralertd.service display-watcher.service swayidle.service +Wants=graphical-session-pre.target mako.service poweralertd.service display-watcher.service swayidle.service cliphist-text.service cliphist-image.service After=graphical-session-pre.target StopWhenUnneeded=yes -- cgit v1.3.1