Added rofi

This commit is contained in:
2021-02-05 22:05:08 +01:00
parent 8c9cbeca7b
commit 80211ea764
4 changed files with 298 additions and 27 deletions

4
i3/rofi_calc Executable file
View File

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