diff options
author | fpi | 2020-04-05 20:00:52 +0200 |
---|---|---|
committer | fpi | 2020-04-05 20:05:41 +0200 |
commit | 0541443d1f8765bb3b1d745ba9ec0702fb61f76d (patch) | |
tree | 2773f0ebed6e6d3b37999311340b595468bd7504 | |
parent | Add rofi configuration (diff) |
Update symlinksrofi
-rw-r--r-- | rofi.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ -#+begin_src shell :tangle no :results silent -path=$(pwd)/tangle -ln -sf $path/config.rasi ~/.config/rofi/ +#+begin_src shell :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash" +ln -siv $(pwd)/tangle/config.rasi ~/.config/rofi/ #+end_src #+begin_src conf :tangle tangle/config.rasi :eval never |