From 1fdc96b9a5d9fa4fd699cdcb6463b414e40e4a95 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 6 May 2007 00:45:49 +0200 Subject: [PATCH] Add configuration /etc/skel/.apwalrc.xml and config for fvwm-crystal --- debian/changelog | 7 ++ etc/skel/.apwalrc.xml | 156 ++++++++++++++++++++++++++++++++++++++ etc/skel/.fvwm-crystal/userconfig | 7 +- etc/skel/.fvwm/userconfig | 7 +- 4 files changed, 175 insertions(+), 2 deletions(-) create mode 100644 etc/skel/.apwalrc.xml diff --git a/debian/changelog b/debian/changelog index b7474c5..fbcb514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-desktop (0.1-5) unstable; urgency=low + + * Add configuration /etc/skel/.apwalrc.xml for apwal and include + it within fvwm-crystal configuration (as right mouse click). + + -- Michael Prokop Sun, 6 May 2007 00:45:12 +0200 + grml-desktop (0.1-4) unstable; urgency=low * /etc/skel/.fluxbox/keys: configure Alt+Shift+F# aus SendToWorkspace. diff --git a/etc/skel/.apwalrc.xml b/etc/skel/.apwalrc.xml new file mode 100644 index 0000000..b1ee357 --- /dev/null +++ b/etc/skel/.apwalrc.xml @@ -0,0 +1,156 @@ + + + + + uxterm + + /usr/share/fvwm-crystal/fvwm/icons/Default/32x32/apps/Eterm.png + 3 + -1 + + + firefox + + /usr/share/pixmaps/firefox.png + 5 + -1 + + + uxterm -e mc + + /usr/share/fvwm-crystal/fvwm/icons/Default/32x32/apps/mc.png + 1 + 1 + + + uxterm -e mutt + + /usr/share/pixmaps/mutt.xpm + -1 + 1 + + + gvim + + /usr/share/pixmaps/vim-32.xpm + 1 + -1 + + + /usr/bin/grml-lock + + /usr/share/fvwm-crystal/fvwm/icons/Default/32x32/fvwm-crystal/system-lock-screen.png + 3 + 3 + + + grml-info + + /usr/share/fvwm-crystal/fvwm/icons/Default/32x32/apps/grml.png + 5 + 3 + + + mrxvt + + /usr/share/fvwm-crystal/fvwm/icons/Default/32x32/apps/mrxvt.png + 3 + 1 + + + iso-term + + /usr/share/pixmaps/lilo-term.xpm + 5 + 1 + + + aumix + + /usr/share/icons/hicolor/48x48/apps/TagTool.png + 1 + 3 + + + scrot + + /usr/share/pixmaps/gtkam.png + -1 + 3 + + + emacs + + /usr/share/emacs/21.4/etc/gnu-32x32.xpm + -1 + -1 + + + + 1 + 1 + 1 + 1 + + + /usr/share/WindowMaker/Icons + 0 + 0 + + + /usr/share/emacs + 1 + 1 + + + /usr/share/fvwm-crystal + 1 + 1 + + + /usr/share/icons + 1 + 1 + + + /usr/share/icons/hicolor + 1 + 1 + + + /usr/share/pixmaps + 1 + 1 + + + + + *.* + 0 + + + *.gif + 1 + + + *.png + 1 + + + *.tif + 1 + + + *.xpm + 1 + + + + + 3000 + 1 + 1 + 0 + 0 + + diff --git a/etc/skel/.fvwm-crystal/userconfig b/etc/skel/.fvwm-crystal/userconfig index 42ac24d..c3a6edf 100644 --- a/etc/skel/.fvwm-crystal/userconfig +++ b/etc/skel/.fvwm-crystal/userconfig @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Jun 12 18:42:31 CEST 2006 [mika] +# Latest change: Son Mai 06 00:45:00 CEST 2007 [mika] ################################################################################ # Bind applications to specific desktop: # Style vmware StartsOnPage 3 0 @@ -33,4 +33,9 @@ Key Right A $[Mod1] GotoPage-Right # Unbind alt-x for emacs-users: Key X A $[Mod1] - +# Use application launching tool apwal on right mouse click: +Mouse 3 RI $[Mod] Exec /usr/bin/apwal +# The default is 'Open new terminal on RMB': +# Mouse 3 RI $[Mod] AA + ## END OF FILE ################################################################# diff --git a/etc/skel/.fvwm/userconfig b/etc/skel/.fvwm/userconfig index f547e7b..83beaf7 100644 --- a/etc/skel/.fvwm/userconfig +++ b/etc/skel/.fvwm/userconfig @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Dez 16 16:47:23 CET 2006 [mika] +# Latest change: Son Mai 06 00:45:02 CEST 2007 [mika] ################################################################################ # Bind applications to specific desktop: # Style vmware StartsOnPage 3 0 @@ -33,4 +33,9 @@ Key Right A $[Mod1] GotoPage-Right # Unbind alt-x for emacs-users: Key X A $[Mod1] - +# Use application launching tool apwal on right mouse click: +Mouse 3 RI $[Mod] Exec /usr/bin/apwal +# The default is 'Open new terminal on RMB': +# Mouse 3 RI $[Mod] AA + ## END OF FILE ################################################################# -- 2.1.4