commit:     39c6127de3a2861654b71f7d01ac2ece428fd0de
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 17:12:51 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 17:12:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=39c6127d

Modernize XFCE4 and fix scaling of desktop image.

 core/etc/skel/.config/Thunar/uca.xml                        | 13 +++++++++++++
 .../skel/.config/xfce4/desktop/icons.screen0-1904x984.rc    |  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml      |  8 +++++---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 ++++++++
 .../skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml |  6 ++++++
 core/home/gentoo/.config/Thunar/uca.xml                     | 13 +++++++++++++
 .../gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc  |  3 +++
 .../xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml      |  8 +++++---
 .../xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml   |  8 ++++++++
 .../.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml      |  6 ++++++
 10 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/core/etc/skel/.config/Thunar/uca.xml 
b/core/etc/skel/.config/Thunar/uca.xml
new file mode 100644
index 0000000..2f0c866
--- /dev/null
+++ b/core/etc/skel/.config/Thunar/uca.xml
@@ -0,0 +1,13 @@
+<?xml encoding="UTF-8" version="1.0"?>
+<actions>
+<action>
+       <icon>utilities-terminal</icon>
+       <name>Open Terminal Here</name>
+       <unique-id>1438016245738870-1</unique-id>
+       <command>exo-open --working-directory %f --launch 
TerminalEmulator</command>
+       <description>Example for a custom action</description>
+       <patterns>*</patterns>
+       <startup-notify/>
+       <directories/>
+</action>
+</actions>

diff --git a/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc 
b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
new file mode 100644
index 0000000..d6683a9
--- /dev/null
+++ b/core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc
@@ -0,0 +1,3 @@
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 07193c6..1949349 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -7,6 +7,8 @@
         <property name="image-path" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         <property name="last-single-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
+      </property>
+      <property name="monitorDVI-0" type="empty">
         <property name="workspace0" type="empty">
           <property name="color-style" type="int" value="0"/>
           <property name="image-style" type="int" value="3"/>
@@ -14,17 +16,17 @@
         </property>
         <property name="workspace1" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
         <property name="workspace2" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
         <property name="workspace3" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
       </property>

diff --git 
a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 0000000..2e112e3
--- /dev/null
+++ 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-settings-manager" version="1.0">
+  <property name="last" type="empty">
+    <property name="window-width" type="int" value="640"/>
+    <property name="window-height" type="int" value="500"/>
+  </property>
+</channel>

diff --git a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 
b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index da3d2cd..a53cef7 100644
--- a/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -78,5 +78,11 @@
     <property name="wrap_resistance" type="int" value="10"/>
     <property name="wrap_windows" type="bool" value="true"/>
     <property name="wrap_workspaces" type="bool" value="false"/>
+    <property name="cycle_preview" type="bool" value="true"/>
+    <property name="cycle_tabwin_mode" type="int" value="0"/>
+    <property name="horiz_scroll_opacity" type="bool" value="false"/>
+    <property name="sync_to_vblank" type="bool" value="false"/>
+    <property name="titleless_maximize" type="bool" value="false"/>
+    <property name="zoom_desktop" type="bool" value="true"/>
   </property>
 </channel>

diff --git a/core/home/gentoo/.config/Thunar/uca.xml 
b/core/home/gentoo/.config/Thunar/uca.xml
new file mode 100644
index 0000000..2f0c866
--- /dev/null
+++ b/core/home/gentoo/.config/Thunar/uca.xml
@@ -0,0 +1,13 @@
+<?xml encoding="UTF-8" version="1.0"?>
+<actions>
+<action>
+       <icon>utilities-terminal</icon>
+       <name>Open Terminal Here</name>
+       <unique-id>1438016245738870-1</unique-id>
+       <command>exo-open --working-directory %f --launch 
TerminalEmulator</command>
+       <description>Example for a custom action</description>
+       <patterns>*</patterns>
+       <startup-notify/>
+       <directories/>
+</action>
+</actions>

diff --git a/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc 
b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc
new file mode 100644
index 0000000..d6683a9
--- /dev/null
+++ b/core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc
@@ -0,0 +1,3 @@
+[xfdesktop-version-4.10.3+-rcfile_format]
+4.10.3+=true
+

diff --git 
a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 
b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 07193c6..1949349 100644
--- 
a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ 
b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -7,6 +7,8 @@
         <property name="image-path" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         <property name="last-single-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
+      </property>
+      <property name="monitorDVI-0" type="empty">
         <property name="workspace0" type="empty">
           <property name="color-style" type="int" value="0"/>
           <property name="image-style" type="int" value="3"/>
@@ -14,17 +16,17 @@
         </property>
         <property name="workspace1" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
         <property name="workspace2" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
         <property name="workspace3" type="empty">
           <property name="color-style" type="int" value="0"/>
-          <property name="image-style" type="int" value="3"/>
+          <property name="image-style" type="int" value="5"/>
           <property name="last-image" type="string" 
value="/usr/share/slim/themes/default/background.jpg"/>
         </property>
       </property>

diff --git 
a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
 
b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 0000000..2e112e3
--- /dev/null
+++ 
b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-settings-manager" version="1.0">
+  <property name="last" type="empty">
+    <property name="window-width" type="int" value="640"/>
+    <property name="window-height" type="int" value="500"/>
+  </property>
+</channel>

diff --git 
a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 
b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index da3d2cd..a53cef7 100644
--- a/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -78,5 +78,11 @@
     <property name="wrap_resistance" type="int" value="10"/>
     <property name="wrap_windows" type="bool" value="true"/>
     <property name="wrap_workspaces" type="bool" value="false"/>
+    <property name="cycle_preview" type="bool" value="true"/>
+    <property name="cycle_tabwin_mode" type="int" value="0"/>
+    <property name="horiz_scroll_opacity" type="bool" value="false"/>
+    <property name="sync_to_vblank" type="bool" value="false"/>
+    <property name="titleless_maximize" type="bool" value="false"/>
+    <property name="zoom_desktop" type="bool" value="true"/>
   </property>
 </channel>

Reply via email to