dotfiles/i3/rofi_calc
2021-02-05 22:05:08 +01:00

5 lines
136 B
Bash
Executable File

#!/bin/bash
LC_NUMERIC=en_US.utf8
rofi -show calc -modi calc -no-show-match -no-sort -terse -calc-command "echo -n '{result}' | xclip"