diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-09-09 18:42:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-09-09 18:42:50 +0200 |
commit | 227be35ad8dc8377ae3afd7a908e3b52932243a1 (patch) | |
tree | cf45bf8a530382ef26ae0fa83c2fcf6300a30bb1 /.local/share/bin | |
parent | b0e91d3b5a4e34409a625811e927b24c465cb623 (diff) |
patch for rofi update
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/rofi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index 7f0a89b..1a3ec6c 100755 --- a/.local/share/bin/rofi +++ b/.local/share/bin/rofi @@ -8,4 +8,4 @@ export ROFIBGCOLOR="$(get_color background)" export ROFIFGCOLOR="$(get_color foreground)" export ROFIACCOLOR="$(get_color color5)" -/bin/rofi $@ +/bin/rofi -no-default-config $@ |