diff options
Diffstat (limited to 'skel')
5 files changed, 10 insertions, 77 deletions
diff --git a/skel/.config/xfce4/panel/places-3.rc b/skel/.config/xfce4/panel/places-3.rc deleted file mode 100644 index 8544893..0000000 --- a/skel/.config/xfce4/panel/places-3.rc +++ /dev/null @@ -1,12 +0,0 @@ -show_button_icon=true -show_button_label=false -label=Places -show_icons=true -show_volumes=true -mount_open_volumes=false -show_bookmarks=true -show_recent=true -show_recent_clear=true -show_recent_number=10 -search_cmd= - diff --git a/skel/.config/xfce4/panel/whiskermenu-1.rc b/skel/.config/xfce4/panel/whiskermenu-1.rc deleted file mode 100644 index 3a31374..0000000 --- a/skel/.config/xfce4/panel/whiskermenu-1.rc +++ /dev/null @@ -1,60 +0,0 @@ -favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop -recent= -button-title=Applications -button-icon=redcore-symbolic -button-single-row=false -show-button-title=false -show-button-icon=true -launcher-show-name=true -launcher-show-description=true -item-icon-size=2 -hover-switch-category=true -category-icon-size=1 -load-hierarchy=false -recent-items-max=10 -favorites-in-recent=true -display-recent-default=false -position-search-alternate=true -position-commands-alternate=true -position-categories-alternate=true -menu-width=400 -menu-height=500 -menu-opacity=100 -command-settings=xfce4-settings-manager -show-command-settings=true -command-lockscreen=xflock4 -show-command-lockscreen=true -command-switchuser=gdmflexiserver -show-command-switchuser=true -command-logout=xfce4-session-logout -show-command-logout=true -command-menueditor=menulibre -show-command-menueditor=true -command-profile=mugshot -show-command-profile=true -search-actions=4 - -[action0] -name=Man Pages -pattern=# -command=exo-open --launch TerminalEmulator man %s -regex=false - -[action1] -name=Wikipedia -pattern=!w -command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u -regex=false - -[action2] -name=Run in Terminal -pattern=! -command=exo-open --launch TerminalEmulator %s -regex=false - -[action3] -name=Open URI -pattern=^(file|http|https):\\/\\/(.*)$ -command=exo-open \\0 -regex=true - 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"/> |