summaryrefslogtreecommitdiff
path: root/home/xyz/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.Xresources')
0 files changed, 0 insertions, 0 deletions
k.net/wiki/SC1056 if [ $# -eq 1 ] && [ -e "$1" ] && { ! [ -x "$1" ] || [ -d "$1" ];}; then case "$1" in # libreoffice, please don't let firefox eat your shit *.docx|*.pptx) cmd=libreoffice;; *) cmd=xdg-open;; esac nohup "$cmd" "$1" 0<&- >/dev/null 2>&1 & else nohup "$@" 0<&- >/dev/null 2>&1 & fi