aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-27 13:12:51 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-27 13:12:51 -0400
commit39c6127de3a2861654b71f7d01ac2ece428fd0de (patch)
treea7f7bc2372b27a7dc542a51256271866ba711cb2
parentsystems.conf: refer to desktop-amd64-hardened (diff)
downloadgrs-39c6127d.tar.gz
grs-39c6127d.tar.bz2
grs-39c6127d.zip
Modernize XFCE4 and fix scaling of desktop image.
-rw-r--r--core/etc/skel/.config/Thunar/uca.xml13
-rw-r--r--core/etc/skel/.config/xfce4/desktop/icons.screen0-1904x984.rc3
-rw-r--r--core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml8
-rw-r--r--core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml8
-rw-r--r--core/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml6
-rw-r--r--core/home/gentoo/.config/Thunar/uca.xml13
-rw-r--r--core/home/gentoo/.config/xfce4/desktop/icons.screen0-1904x984.rc3
-rw-r--r--core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml8
-rw-r--r--core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml8
-rw-r--r--core/home/gentoo/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml6
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>