1
0
Fork 0
dotfiles/.local/bin/opener

7 lines
115 B
Bash
Executable File

#!/bin/sh
[ -n "$SCRATCHPAD" ] && set -- -ft "$@"
set -- -p0 -c "$XDG_CONFIG_HOME/lf/rifle.conf" "$@"
rifle "$@"