diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 389c522..12f1482 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -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 diff --git a/home/.config/systemd/user/clipman.service b/home/.config/systemd/user/clipman.service new file mode 100644 index 0000000..19b4528 --- /dev/null +++ b/home/.config/systemd/user/clipman.service @@ -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 diff --git a/home/.config/systemd/user/wm-ready.target.wants/clipman.service b/home/.config/systemd/user/wm-ready.target.wants/clipman.service new file mode 120000 index 0000000..c783f9a --- /dev/null +++ b/home/.config/systemd/user/wm-ready.target.wants/clipman.service @@ -0,0 +1 @@ +/home/itsdrike/.config/systemd/user/clipman.service \ No newline at end of file