Made it working with stow

This commit is contained in:
2021-07-08 14:15:30 +02:00
parent ee1c963f54
commit fb116c6f4d
25 changed files with 0 additions and 0 deletions

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