1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

debian: Remove /etc/X11/WindowMaker folder

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).
This commit is contained in:
Rodolfo García Peñas (kix)
2012-02-22 13:11:46 +01:00
committed by Carlos R. Mafra
parent a97699c513
commit f4479dae30
8 changed files with 28 additions and 19 deletions

View File

@@ -3,8 +3,17 @@ 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
@@ -10,14 +10,14 @@
DropCommand = "wmsetbg -u -t %d";
@@ -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;
@@ -14,10 +23,3 @@ Last-Update: 2012-01-09
AutoLaunch = No;
Forced = No;
Position = "0,1";
},
{
- Command = "#wprefs#";
+ Command = "/usr/bin/WPrefs";
Name = groupLeader.WPrefs;
AutoLaunch = No;
Forced = No;