From 8ad979a5ce5e8338f39571171bb79321a7891828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 4 Apr 2021 14:07:56 +0200 Subject: [PATCH] added calc-rofi shortcut --- .config/sxhkd/sxhkdrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b233080..b970493 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -156,3 +156,5 @@ super + w networkmanager_dmenu super + b rofi-bluetooth +super + c + rofi -show calc -modi calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip"