From e9fb492decf7a9316a53ae66698fed46f5a0bb98 Mon Sep 17 00:00:00 2001 From: pants Date: Tue, 6 Jan 2026 19:53:09 -0800 Subject: [PATCH] add st option --- bin/calculator | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/calculator b/bin/calculator index b5e53c6..9c4ea4a 100755 --- a/bin/calculator +++ b/bin/calculator @@ -3,3 +3,6 @@ EXPRESSION=$(printf "" | dmenu -b -w $(xdotool getactivewindow) -p "calculator") RESULT=$(qalc $EXPRESSION) printf "" | dmenu -b -w $(xdotool getactivewindow) -p "$RESULT" echo $RESULT | sed 's/^[^=≈]*[=≈]//' | xclip -selection clipboard + +# start qalc in terminal instead +#st -i -g 60x30+200+200 -e qalc