This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git.
The branch, next has been updated via 0a6f78580d09e7425806487b80436042e6230505 (commit) from bc3d35fc3cadc01f43a78ae7047a1d3e0e1f79fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://repo.or.cz/w/wmaker-crm.git/commit/0a6f78580d09e7425806487b80436042e6230505 commit 0a6f78580d09e7425806487b80436042e6230505 Author: Carlos R. Mafra <crma...@gmail.com> Date: Sat Aug 6 16:51:44 2011 +0200 Add xterm in default dockapp and add more shortcut keys to default config And set NoAppIcon = YES in order to be able to execute multiple xterms by clicking on it (as per 5.9 of the FAQ). Signed-off-by: Carlos R. Mafra <crma...@gmail.com> diff --git a/WindowMaker/Defaults/WMState.in b/WindowMaker/Defaults/WMState.in index e0e8b36..796b025 100644 --- a/WindowMaker/Defaults/WMState.in +++ b/WindowMaker/Defaults/WMState.in @@ -17,6 +17,16 @@ Forced = No; Position = "0,1"; Lock = Yes; + }, + { + Forced = No; + Name = xterm.XTerm; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,2"; + Lock = No; + PasteCommand = "xterm -bg black -fg white +sb +sm -fn 10x20 -sl 4000 -cr yellow %s"; + Command = "xterm -bg black -fg white +sb +sm -fn 10x20 -sl 4000 -cr yellow"; } ); Position = "-64,0"; diff --git a/WindowMaker/Defaults/WMWindowAttributes.in b/WindowMaker/Defaults/WMWindowAttributes.in index ca30bfd..d2f2379 100644 --- a/WindowMaker/Defaults/WMWindowAttributes.in +++ b/WindowMaker/Defaults/WMWindowAttributes.in @@ -4,7 +4,7 @@ Logo.WMClip = {Icon = clip.#extension#;}; DockApp = {NoAppIcon = NO;}; panel.Panel = {NoAppIcon = YES;}; - XTerm = {Icon = Terminal.#extension#;}; + XTerm = {NoAppIcon = YES;Icon = Terminal.#extension#;}; xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";}; Emacs = {Icon = ColorGNU.xpm;}; XPaint = {AlwaysUserIcon = Yes;Icon = Paint.xpm;}; diff --git a/WindowMaker/Defaults/WindowMaker.in b/WindowMaker/Defaults/WindowMaker.in index ebd39a5..f2ea4a1 100644 --- a/WindowMaker/Defaults/WindowMaker.in +++ b/WindowMaker/Defaults/WindowMaker.in @@ -39,6 +39,8 @@ ); RootMenuKey = F12; WindowListKey = F11; + WindowMenuKey = "Control+Escape"; + FocusNextKey = "Mod1+Tab"; CloseKey = "Mod1+C"; NextWorkspaceKey = "Mod1+Right"; MoveResizeKey = "Mod1+R"; ----------------------------------------------------------------------- Summary of changes: WindowMaker/Defaults/WMState.in | 10 ++++++++++ WindowMaker/Defaults/WMWindowAttributes.in | 2 +- WindowMaker/Defaults/WindowMaker.in | 2 ++ 3 files changed, 13 insertions(+), 1 deletions(-) repo.or.cz automatic notification. Contact project admin crma...@gmail.com if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive no reply. -- wmaker-crm.git ("Fork from the last available CVS version of Window Maker") -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.