From 54f769fccc100c8158eaaa3551bb6878933c29ea Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 30 Jul 2021 11:48:03 +0200 Subject: [PATCH] copies return value to clipboard --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 4ed76fa..db4d94f 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -165,7 +165,7 @@ super + b rofi-bluetooth # start rofi-calc super + c - rofi -show calc -modi calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip" + rofi -show calc -modi calc -no-show-match -no-sort | xclip -selection clipboard # start emacs super + e emacsclient -c -a emacs