diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-10 10:26:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-10 10:26:58 +0000 |
commit | 908987268807675ca88e2efea1c73c041f4db23e (patch) | |
tree | a902cbcc5809b6f6d72f4c51488082011b57b9de /skel/.config/xfce4/xfconf | |
parent | dc5b62e07d359d1901bae6fec8f75ee8e3e27e97 (diff) |
kick whiskermenu out
Diffstat (limited to 'skel/.config/xfce4/xfconf')
3 files changed, 10 insertions, 5 deletions
diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index a897d76..abcb2fa 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -8,9 +8,8 @@ <property name="length" type="uint" value="100"/> <property name="position-locked" type="bool" value="true"/> <property name="plugin-ids" type="array"> - <value type="int" value="1"/> - <value type="int" value="9"/> <value type="int" value="3"/> + <value type="int" value="9"/> <value type="int" value="8"/> <value type="int" value="10"/> <value type="int" value="6"/> @@ -57,14 +56,16 @@ <property name="expand" type="bool" value="true"/> <property name="style" type="uint" value="0"/> </property> - <property name="plugin-3" type="string" value="places"/> <property name="plugin-2" type="string" value="actions"/> <property name="plugin-8" type="string" value="tasklist"> <property name="show-handle" type="bool" value="false"/> </property> - <property name="plugin-1" type="string" value="whiskermenu"/> <property name="plugin-7" type="string" value="xkb-plugin"/> <property name="plugin-9" type="string" value="showdesktop"/> + <property name="plugin-3" type="string" value="applicationsmenu"> + <property name="show-button-title" type="bool" value="false"/> + <property name="button-icon" type="string" value="/usr/share/pixmaps/redcore-symbolic.png"/> + </property> </property> <property name="configver" type="int" value="2"/> </channel> diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml index cf1e31f..9d8f3b3 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml @@ -3,4 +3,8 @@ <channel name="xfce4-settings-manager" version="1.0"> <property name="window-width" type="int" value="800"/> <property name="window-height" type="int" value="600"/> + <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/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 1f3a1f6..177378a 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -64,7 +64,7 @@ <property name="toggle_workspaces" type="bool" value="false"/> <property name="unredirect_overlays" type="bool" value="true"/> <property name="urgent_blink" type="bool" value="false"/> - <property name="use_compositing" type="bool" value="true"/> + <property name="use_compositing" type="bool" value="false"/> <property name="workspace_count" type="int" value="2"/> <property name="wrap_cycle" type="bool" value="true"/> <property name="wrap_layout" type="bool" value="true"/> |