./nfo/linux/xfce.right.click.menu.nfo
----------------------------------------
# How to edit xfce 4.6 right-click menu:
----------------------------------------
1. mkdir ~/.config/menus directory.
2. cp /etc/xfce/xdg/menus/xfce-applications.menu ~/.config/menus/xfce-applications.menu.
3. xfconf-query -c xfce4-desktop -v --create -p /desktop-icons/style -t int -s 0
------------------------------------------------------
# To toggle back and forth between the two properties:
------------------------------------------------------
xfconf-query -c xfce4-desktop -v -p /desktop-icons/style -s 0
xfconf-query -c xfce4-desktop -v -p /desktop-icons/style -s 2
----------------
# Edit the menu:
----------------
vi ~/.config/menus/xfce-applications.menu
EOF