Hi,

recently the order of items
        [Delete, Kill, Fullscreen]
in the menu that appears when right-clicking on a window's titlebar changed to
        [Kill, Delete, Fullscreen]

Now I often hit "Kill" accidentally, which shuts down the whole application - not just the window.

How can I restore the original order? I'm using the Arch Linux 64 bit version of wmii. I've looked into /etc/wmii/wmiirc and wmii.sh and could not figure it out. In wmiirc it looks correct:

---------8<-------------

# Menus
Menu Client-3-Delete
    wmiir xwrite /client/$1/ctl kill
Menu Client-3-Kill
    wmiir xwrite /client/$1/ctl slay
Menu Client-3-Fullscreen
    wmiir xwrite /client/$1/ctl Fullscreen on
Event ClientMouseDown
    wi_fnmenu Client $2 $1 &

---------8<-------------

Thanks in advance,
Gidon

Reply via email to