From c3d09372f579a1badebeef21a78f7a583af158d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Oct 2022 12:51:29 -0300 Subject: Temporarily use greenclip over clipmenu --- bin/menu | 4 +++- etc/guix/home.scm | 1 + etc/i3/config | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/menu b/bin/menu index 6f9ab9f2..9f1fe097 100755 --- a/bin/menu +++ b/bin/menu @@ -120,7 +120,9 @@ case "$ACTION" in bins | show 'bins' | sh ;; clipboard) - clipmgr -l | show 'clipboard' | copy + greenclip print | show 'clipboard' | copy + notify-send -t 5000 -u low -- \ + "oiwjef" 'copied to clipboard' ;; yubikey) CHOICE="$(ykman oath accounts list | show 'OTP')" diff --git a/etc/guix/home.scm b/etc/guix/home.scm index e3bdaca6..46daa2fc 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -438,6 +438,7 @@ xmessage dmenu clipmenu + greenclip httpd ;; for htpasswd weechat diff --git a/etc/i3/config b/etc/i3/config index 9637c28c..83e9b501 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -24,6 +24,7 @@ exec nm-applet exec blueman-applet exec poweralertd exec dunst +exec greenclip daemon # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status -- cgit v1.3