From bf9e1273451f9abe58aa3ac96df21a600ae48048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 25 May 2023 07:32:32 +0300 Subject: [PATCH] hyprland workspace: show clipboard history --- hypr_clip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 hypr_clip diff --git a/hypr_clip b/hypr_clip new file mode 100755 index 0000000..e92bb90 --- /dev/null +++ b/hypr_clip @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +cliphist list | wofi --show dmenu | cliphist decode | wl-copy