Moved files to .config folder

This commit is contained in:
2021-07-08 12:10:21 +02:00
parent a26e545ccd
commit ee1c963f54
27 changed files with 16 additions and 10 deletions

4
.config/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"