Moved i3 scripts to extra folder

This commit is contained in:
2021-06-03 12:50:33 +02:00
parent edbc45351f
commit 7bcaf4311e
3 changed files with 0 additions and 0 deletions

4
i3/scripts/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"