summaryrefslogtreecommitdiffstats
path: root/abs/core/wmaker_settings
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-25 04:11:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-25 04:11:58 (GMT)
commit07badf9a555396812151487bd2b49d55d1abbb48 (patch)
treecbf22b9aa11117536e2f6b172cbe340f9760c9ba /abs/core/wmaker_settings
parentc5486fd51cc93df1a4bc4826cc19b6f766260979 (diff)
downloadlinhes_pkgbuild-07badf9a555396812151487bd2b49d55d1abbb48.zip
linhes_pkgbuild-07badf9a555396812151487bd2b49d55d1abbb48.tar.gz
linhes_pkgbuild-07badf9a555396812151487bd2b49d55d1abbb48.tar.bz2
wmaker_settings: adding some files specific for VNC
Diffstat (limited to 'abs/core/wmaker_settings')
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMState.vnc98
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes5
-rw-r--r--abs/core/wmaker_settings/PKGBUILD2
3 files changed, 104 insertions, 1 deletions
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMState.vnc b/abs/core/wmaker_settings/GNUstep/Defaults/WMState.vnc
new file mode 100644
index 0000000..dbd9373
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMState.vnc
@@ -0,0 +1,98 @@
+{
+ Dock = {
+ Applications768 = (
+ {
+ Forced = No;
+ Name = Logo.WMDock;
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,0";
+ Lock = Yes;
+ Command = "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs";
+ },
+ {
+ Forced = No;
+ Name = xterm.XTerm;
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,1";
+ Lock = No;
+ Command = xterm;
+ },
+ {
+ Forced = No;
+ Name = "mythtv-setup.Mythtv-setup";
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,2";
+ Lock = No;
+ Command = "mythtv-setup --geometry 800x600";
+ }
+ );
+ Applications = (
+ {
+ Forced = No;
+ Name = Logo.WMDock;
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,0";
+ Lock = Yes;
+ Command = "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs";
+ },
+ {
+ Forced = No;
+ Name = xterm.XTerm;
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,1";
+ Lock = No;
+ Command = xterm;
+ },
+ {
+ Forced = No;
+ Name = "mythtv-setup.Mythtv-setup";
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "0,2";
+ Lock = No;
+ Command = "mythtv-setup --geometry 800x600";
+ }
+ );
+ Lowered = No;
+ Position = "-64,0";
+ };
+ Clip = {
+ Forced = No;
+ Name = Logo.WMClip;
+ BuggyApplication = No;
+ AutoLaunch = No;
+ Position = "960,704";
+ Lock = No;
+ Command = "-";
+ };
+ Workspaces = (
+ {
+ Clip = {
+ AutoRaiseLower = No;
+ AutoCollapse = No;
+ Applications = ();
+ Collapsed = No;
+ AutoAttractIcons = No;
+ Lowered = Yes;
+ };
+ Name = Main;
+ },
+ {
+ Clip = {
+ AutoRaiseLower = No;
+ AutoCollapse = No;
+ Applications = ();
+ Collapsed = No;
+ AutoAttractIcons = No;
+ Lowered = Yes;
+ };
+ Name = "Workspace 2";
+ }
+ );
+}
+
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes b/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes
index d359650..ca6c8ea 100644
--- a/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes
@@ -22,4 +22,9 @@
NoMiniaturizeButton = Yes;
Omnipresent = Yes;
};
+
+ "mythtv-setup.Mythtv-setup" = {
+ Icon = "gnome-nettool.png";
+ };
+
}
diff --git a/abs/core/wmaker_settings/PKGBUILD b/abs/core/wmaker_settings/PKGBUILD
index 41fc7d6..2ae7d92 100644
--- a/abs/core/wmaker_settings/PKGBUILD
+++ b/abs/core/wmaker_settings/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=wmaker_settings
pkgver=1.0
-pkgrel=10
+pkgrel=11
pkgdesc="Default settings for windowmaker+ theme"
depends=('windowmaker' 'linhes-scripts>=7-24')
source=()