Merge branch 'master' of https://bitbucket.org/archlabslinux/skel
This commit is contained in:
commit
de25c59032
@ -2,7 +2,7 @@ favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader
|
||||
recent=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,exo-terminal-emulator.desktop
|
||||
|
||||
button-title=
|
||||
button-icon=/usr/share/icons/ArchLabs-Dark/64x64/places/distributor-logo-archlabs.png
|
||||
button-icon=start-here
|
||||
button-single-row=false
|
||||
show-button-title=false
|
||||
show-button-icon=true
|
||||
@ -29,20 +29,20 @@ menu-opacity=100
|
||||
command-settings=xfce4-settings-manager
|
||||
show-command-settings=true
|
||||
|
||||
command-lockscreen=
|
||||
show-command-lockscreen=false
|
||||
command-lockscreen=xfce4-screensaver-command --lock
|
||||
show-command-lockscreen=true
|
||||
|
||||
command-switchuser=
|
||||
show-command-switchuser=false
|
||||
|
||||
command-logout=xfce4-session-logout --logout --fast
|
||||
command-logout=xfce4-session-logout
|
||||
show-command-logout=true
|
||||
|
||||
command-restart=xfce4-session-logout --reboot --fast
|
||||
show-command-restart=true
|
||||
command-restart=
|
||||
show-command-restart=false
|
||||
|
||||
command-shutdown=xfce4-session-logout --halt --fast
|
||||
show-command-shutdown=true
|
||||
command-shutdown=
|
||||
show-command-shutdown=false
|
||||
|
||||
command-menueditor=
|
||||
show-command-menueditor=false
|
||||
|
@ -4,21 +4,22 @@
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
</property>
|
||||
<property name="workspace2" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
</property>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="600"/>
|
||||
<property name="window-height" type="int" value="550"/>
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="style" type="int" value="2"/>
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
<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 name="icon-size" type="uint" value="48"/>
|
||||
<property name="tooltip-size" type="double" value="96.000000">
|
||||
</property>
|
||||
</channel>
|
||||
|
@ -19,10 +19,8 @@
|
||||
<property name="XF86Mail" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Alt>F1" type="string" value="rofi_run"/>
|
||||
<property name="<Alt>F2" type="empty">
|
||||
<property name="startup-notify" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="<Alt>F1" type="string" value="xfce4-popup-whiskermenu"/>
|
||||
<property name="<Alt>F2" type="string" value="rofi_run"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
|
Reference in New Issue
Block a user