ArchLive
From Wiki.cyring.fr
(Difference between revisions)
Line 6: | Line 6: | ||
cd ~/.config/xfce4/xfconf/xfce-perchannel-xml<br /> | cd ~/.config/xfce4/xfconf/xfce-perchannel-xml<br /> | ||
- | + | <pre> | |
xfce4-desktop.xml<br /> | xfce4-desktop.xml<br /> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 29: | Line 29: | ||
</property> | </property> | ||
</channel> | </channel> | ||
- | + | </pre> | |
xfce4-panel.xml<br /> | xfce4-panel.xml<br /> | ||
+ | <pre> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 45: | Line 46: | ||
<value type="int" value="4"/> | <value type="int" value="4"/> | ||
<value type="int" value="3"/> | <value type="int" value="3"/> | ||
+ | <value type="int" value="2"/> | ||
<value type="int" value="6"/> | <value type="int" value="6"/> | ||
<value type="int" value="1"/> | <value type="int" value="1"/> | ||
Line 71: | Line 73: | ||
<property name="items" type="array"> | <property name="items" type="array"> | ||
<value type="string" value="13526260781.desktop"/> | <value type="string" value="13526260781.desktop"/> | ||
+ | </property> | ||
+ | <property name="arrow-position" type="uint" value="0"/> | ||
+ | <property name="move-first" type="bool" value="false"/> | ||
+ | <property name="show-label" type="bool" value="false"/> | ||
+ | <property name="disable-tooltips" type="bool" value="false"/> | ||
+ | </property> | ||
+ | <property name="plugin-2" type="string" value="launcher"> | ||
+ | <property name="items" type="array"> | ||
+ | <value type="string" value="13526269274.desktop"/> | ||
</property> | </property> | ||
</property> | </property> | ||
</property> | </property> | ||
</channel> | </channel> | ||
- | + | </pre> | |
cd ~/.config/xfce4/panel/launcher-6<br /> | cd ~/.config/xfce4/panel/launcher-6<br /> | ||
13526260781.desktop<br /> | 13526260781.desktop<br /> | ||
+ | <pre> | ||
[Desktop Entry] | [Desktop Entry] | ||
Version=1.0 | Version=1.0 | ||
Line 89: | Line 101: | ||
Terminal=false | Terminal=false | ||
StartupNotify=false | StartupNotify=false | ||
+ | </pre> | ||
+ | cd ~/.config/xfce4/panel/launcher-2<br /> | ||
- | + | 13526269274.desktop<br /> | |
+ | <pre> | ||
+ | [Desktop Entry] | ||
+ | Version=1.0 | ||
+ | Type=Application | ||
+ | Name=Blender | ||
+ | Comment= | ||
+ | Exec=blender | ||
+ | Icon=blender | ||
+ | Path= | ||
+ | Terminal=false | ||
+ | StartupNotify=false | ||
+ | </pre> | ||
cd ~/.config/Terminal<br /> | cd ~/.config/Terminal<br /> | ||
terminalrc<br /> | terminalrc<br /> | ||
+ | <pre> | ||
[Configuration] | [Configuration] | ||
FontName=Monospace 10 | FontName=Monospace 10 | ||
Line 112: | Line 139: | ||
MiscTabPosition=GTK_POS_TOP | MiscTabPosition=GTK_POS_TOP | ||
MiscHighlightUrls=TRUE | MiscHighlightUrls=TRUE | ||
+ | </pre> |
Revision as of 09:49, 11 November 2012
pacman -S xfce4
startxfce
chromium --user-data-dir=/tmp/
cd ~/.config/xfce4/xfconf/xfce-perchannel-xml
xfce4-desktop.xml<br /> <?xml version="1.0" encoding="UTF-8"?> <channel name="xfce4-desktop" version="1.0"> <property name="backdrop" type="empty"> <property name="screen0" type="empty"> <property name="monitor0" type="empty"> <property name="image-path" type="string" value="/usr/share/backgrounds/xfce/xfce-blue.jpg"/> <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-blue.jpg"/> <property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/xfce-blue.jpg"/> </property> </property> </property> <property name="desktop-icons" type="empty"> <property name="icon-size" type="uint" value="32"/> <property name="file-icons" type="empty"> <property name="show-home" type="bool" value="false"/> <property name="show-filesystem" type="bool" value="false"/> <property name="show-trash" type="bool" value="false"/> </property> </property> </channel>
xfce4-panel.xml
<?xml version="1.0" encoding="UTF-8"?> <channel name="xfce4-panel" version="1.0"> <property name="configver" type="int" value="2"/> <property name="panels" type="array"> <value type="int" value="1"/> <property name="panel-1" type="empty"> <property name="position" type="string" value="p=6;x=17;y=72"/> <property name="mode" type="uint" value="1"/> <property name="size" type="uint" value="48"/> <property name="background-style" type="uint" value="1"/> <property name="plugin-ids" type="array"> <value type="int" value="4"/> <value type="int" value="3"/> <value type="int" value="2"/> <value type="int" value="6"/> <value type="int" value="1"/> </property> <property name="position-locked" type="bool" value="true"/> <property name="length" type="uint" value="100"/> <property name="background-color" type="array"> <value type="uint" value="23589"/> <value type="uint" value="37012"/> <value type="uint" value="45286"/> <value type="uint" value="65535"/> </property> </property> </property> <property name="plugins" type="empty"> <property name="plugin-1" type="string" value="tasklist"> <property name="show-labels" type="bool" value="false"/> <property name="show-handle" type="bool" value="false"/> </property> <property name="plugin-3" type="string" value="systray"/> <property name="plugin-4" type="string" value="clock"> <property name="mode" type="uint" value="4"/> <property name="show-frame" type="bool" value="false"/> </property> <property name="plugin-6" type="string" value="launcher"> <property name="items" type="array"> <value type="string" value="13526260781.desktop"/> </property> <property name="arrow-position" type="uint" value="0"/> <property name="move-first" type="bool" value="false"/> <property name="show-label" type="bool" value="false"/> <property name="disable-tooltips" type="bool" value="false"/> </property> <property name="plugin-2" type="string" value="launcher"> <property name="items" type="array"> <value type="string" value="13526269274.desktop"/> </property> </property> </property> </channel>
cd ~/.config/xfce4/panel/launcher-6
13526260781.desktop
[Desktop Entry] Version=1.0 Type=Application Name=Chrome Comment= Exec=chromium --user-data-dir=/tmp/ Icon=chromium Path= Terminal=false StartupNotify=false
cd ~/.config/xfce4/panel/launcher-2
13526269274.desktop
[Desktop Entry] Version=1.0 Type=Application Name=Blender Comment= Exec=blender Icon=blender Path= Terminal=false StartupNotify=false
cd ~/.config/Terminal
terminalrc
[Configuration] FontName=Monospace 10 MiscAlwaysShowTabs=FALSE MiscBell=FALSE MiscBordersDefault=TRUE MiscCursorBlinks=FALSE MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK MiscDefaultGeometry=80x24 MiscInheritGeometry=FALSE MiscMenubarDefault=FALSE MiscMouseAutohide=FALSE MiscToolbarsDefault=FALSE MiscConfirmClose=TRUE MiscCycleTabs=TRUE MiscTabCloseButtons=TRUE MiscTabCloseMiddleClick=TRUE MiscTabPosition=GTK_POS_TOP MiscHighlightUrls=TRUE