This commit is contained in:
natemaia 2022-01-15 09:11:50 -08:00
commit de25c59032
3 changed files with 24 additions and 25 deletions

View File

@ -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 recent=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,exo-terminal-emulator.desktop
button-title= button-title=
button-icon=/usr/share/icons/ArchLabs-Dark/64x64/places/distributor-logo-archlabs.png button-icon=start-here
button-single-row=false button-single-row=false
show-button-title=false show-button-title=false
show-button-icon=true show-button-icon=true
@ -29,20 +29,20 @@ menu-opacity=100
command-settings=xfce4-settings-manager command-settings=xfce4-settings-manager
show-command-settings=true show-command-settings=true
command-lockscreen= command-lockscreen=xfce4-screensaver-command --lock
show-command-lockscreen=false show-command-lockscreen=true
command-switchuser= command-switchuser=
show-command-switchuser=false show-command-switchuser=false
command-logout=xfce4-session-logout --logout --fast command-logout=xfce4-session-logout
show-command-logout=true show-command-logout=true
command-restart=xfce4-session-logout --reboot --fast command-restart=
show-command-restart=true show-command-restart=false
command-shutdown=xfce4-session-logout --halt --fast command-shutdown=
show-command-shutdown=true show-command-shutdown=false
command-menueditor= command-menueditor=
show-command-menueditor=false show-command-menueditor=false

View File

@ -4,21 +4,22 @@
<property name="backdrop" type="empty"> <property name="backdrop" type="empty">
<property name="screen0" type="empty"> <property name="screen0" type="empty">
<property name="monitor0" type="empty"> <property name="monitor0" type="empty">
<property name="workspace1" type="empty"> <property name="image-path" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
<property name="color-style" type="int" value="0"/> <property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
<property name="image-style" type="int" value="5"/> <property name="last-single-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/> <property name="image-style" type="int" value="5"/>
</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> </property>
</property> </property>
</property> </property>
<property name="last" type="empty"> <property name="desktop-icons" type="empty">
<property name="window-width" type="int" value="600"/> <property name="style" type="int" value="2"/>
<property name="window-height" type="int" value="550"/> <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> </property>
</channel> </channel>

View File

@ -19,10 +19,8 @@
<property name="XF86Mail" type="empty"/> <property name="XF86Mail" type="empty"/>
</property> </property>
<property name="custom" type="empty"> <property name="custom" type="empty">
<property name="&lt;Alt&gt;F1" type="string" value="rofi_run"/> <property name="&lt;Alt&gt;F1" type="string" value="xfce4-popup-whiskermenu"/>
<property name="&lt;Alt&gt;F2" type="empty"> <property name="&lt;Alt&gt;F2" type="string" value="rofi_run"/>
<property name="startup-notify" type="bool" value="false"/>
</property>
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/> <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/> <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>