mod screenshot menu option in fbgm
This commit is contained in:
parent
28359eadfd
commit
dca2a55d7e
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.11
|
Changes for 0.9.11
|
||||||
*04/09/09:
|
*04/09/09:
|
||||||
|
* tidy+replace qiv with display in screenshot, add jpg option (Han)
|
||||||
|
fluxbox-generate_menu.in
|
||||||
* Added forgotten [macrocmd] to menuitems (Mathias)
|
* Added forgotten [macrocmd] to menuitems (Mathias)
|
||||||
MenuCreator.cc
|
MenuCreator.cc
|
||||||
* Cleanup of code (Mathias)
|
* Cleanup of code (Mathias)
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
# DEALINGS IN THE SOFTWARE.
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# $Id: fluxbox-generate_menu.in,v 1.28 2004/08/22 04:29:16 rathnor Exp $
|
# $Id: fluxbox-generate_menu.in,v 1.29 2004/09/09 15:25:26 rathnor Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Portability notes:
|
# Portability notes:
|
||||||
|
@ -152,7 +152,7 @@ append() {
|
||||||
echo >> ${MENUFILENAME}
|
echo >> ${MENUFILENAME}
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo " $*" >> ${MENUFILENAME}
|
echo " $*" >> ${MENUFILENAME}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1257,7 +1257,8 @@ append_submenu "${FBSETTINGSMENU}"
|
||||||
"[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|gxmessage -file - -center}" || \
|
"[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|gxmessage -file - -center}" || \
|
||||||
find_it xmessage append \
|
find_it xmessage append \
|
||||||
"[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|xmessage -file - -center}"
|
"[exec] (${WINDOWNAME}) {xprop WM_CLASS|cut -d \\\" -f 2|xmessage -file - -center}"
|
||||||
find_it import append "[exec] (${SCREENSHOT}) {import screenshot.png && qiv -W 50 screenshot.png}"
|
find_it import append "[exec] (${SCREENSHOT} - JPG) {import screenshot.jpg && display -resize 50% screenshot.jpg}"
|
||||||
|
find_it import append "[exec] (${SCREENSHOT} - PNG) {import screenshot.png && display -resize 50% screenshot.png}"
|
||||||
find_it fbrun append "[exec] (${RUNCOMMAND}) {fbrun $FBRUNOPTIONS}"
|
find_it fbrun append "[exec] (${RUNCOMMAND}) {fbrun $FBRUNOPTIONS}"
|
||||||
find_it switch append "[exec] (gtk-theme-switch) {switch}"
|
find_it switch append "[exec] (gtk-theme-switch) {switch}"
|
||||||
find_it switch2 append "[exec] (gtk2-theme-switch) {switch2}"
|
find_it switch2 append "[exec] (gtk2-theme-switch) {switch2}"
|
||||||
|
|
Loading…
Reference in a new issue