mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
The path /etc/X11/WindowMaker is not needed now. The files were deleted or moved to /usr/share/WindowMaker. Some files were the same in /etc/X11/WindowMaker and /usr/share/WindowMaker. The configuration file menu.hook is moved to /etc/GNUstep/Defaults Duplicated: - wmmacros - appearence.menu (copied & generated). - background.menu Removed: - menu.prehook - menu.posthook Moved: - menu.hook (generated).
26 lines
697 B
Diff
26 lines
697 B
Diff
Description: XTerm and WMPrefs debian configuration. Based on Marcelo E. Magallon <mmagallo@debian.org> diff patch.
|
|
Author: Rodolfo García Peñas (kix) <kix@kix.es>
|
|
Last-Update: 2012-01-09
|
|
--- a/WindowMaker/Defaults/WMState.in
|
|
+++ b/WindowMaker/Defaults/WMState.in
|
|
@@ -2,7 +2,7 @@
|
|
Dock = {
|
|
Applications = (
|
|
{
|
|
- Command = "#wprefs#";
|
|
+ Command = "/usr/bin/WPrefs";
|
|
Name = Logo.WMDock;
|
|
AutoLaunch = No;
|
|
Forced = No;
|
|
@@ -10,8 +10,8 @@
|
|
Lock = Yes;
|
|
},
|
|
{
|
|
- Command = xterm;
|
|
- Name = xterm.XTerm;
|
|
+ Command = "x-terminal-emulator";
|
|
+ Name = "x-terminal-emulator.XTerm";
|
|
AutoLaunch = No;
|
|
Forced = No;
|
|
Position = "0,1";
|