right click on desktop; how to modify?
Ralf Mardorf
ralf.mardorf at alice-dsl.net
Tue Aug 22 13:37:07 CEST 2017
On Tue, 22 Aug 2017 13:06:05 +0200, Ralf Mardorf wrote:
>[rocketmouse at archlinux tmp]$ cat xfce4-terminal.wrapper
>#!/bin/dash
>echo $@ | grep Desktop >/dev/null 2>&1
Assuming the hard coded menu shouldn't use "--working-directory" , but
instead "cd $HOME/Desktop && xfce4-terminal", then replace
echo $@
with
echo $PWD
but don't replace the other $@ .
More information about the Xfce
mailing list