update from Han
This commit is contained in:
parent
3e0d0de6d9
commit
f6bc909096
1 changed files with 5 additions and 0 deletions
|
@ -443,6 +443,11 @@ append_submenu ${FBSETTINGSMENU}
|
|||
|
||||
find_it fluxconf append "[exec] (Fluxconf) {fluxconf}"
|
||||
|
||||
# if gxmessage exitst use it; else use xmessage
|
||||
find_it gxmessage append "[exec] (Windowname) {xprop|grep WM_CLASS|cut -d \\\" -f 2|gxmessage -file - -center}"
|
||||
[ $? -ne 0 ] && \
|
||||
find_it xmessage append "[exec] (Windowname) {xprop|grep WM_CLASS|cut -d \\\" -f 2|xmessage -file - -center}"
|
||||
|
||||
append_menu_end
|
||||
|
||||
append "[restart] (${RESTARTITEM})"
|
||||
|
|
Loading…
Reference in a new issue