fixed issue where files with spaces in the name break wal
This commit is contained in:
parent
c868631b74
commit
34ed7041e9
1 changed files with 1 additions and 1 deletions
2
wal
2
wal
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# this wrapper should go in your /usr/local/bin or higher in order to supercede the default "wal" command.
|
||||
/usr/bin/wal $@
|
||||
/usr/bin/wal "$@"
|
||||
# genzathurarc (this is for further integration with this: https://github.com/GideonWolfe/Zathura-Pywal/blob/master/genzathurarc)
|
||||
viscolourchanger
|
||||
|
|
Loading…
Reference in a new issue