From 07badf9a555396812151487bd2b49d55d1abbb48 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Fri, 24 Aug 2012 23:11:58 -0500 Subject: wmaker_settings: adding some files specific for VNC --- .../wmaker_settings/GNUstep/Defaults/WMState.vnc | 98 ++++++++++++++++++++++ .../GNUstep/Defaults/WMWindowAttributes | 5 ++ abs/core/wmaker_settings/PKGBUILD | 2 +- 3 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 abs/core/wmaker_settings/GNUstep/Defaults/WMState.vnc 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=() -- cgit v0.12