diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-16 04:27:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-16 04:27:25 +0200 |
| commit | 66337b64c168637221db91bc5e9ecb8491288086 (patch) | |
| tree | dc34cd9c031baf546fa515fcff20435904191ddd /config/xfce4/xfce-perchannel-xml | |
| parent | 062610bea43b8b31d30039e037f72506d78d5879 (diff) | |
missing cfgs
Diffstat (limited to 'config/xfce4/xfce-perchannel-xml')
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/thunar.xml | 20 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml | 46 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml | 22 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-panel.xml | 248 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml | 12 |
5 files changed, 348 insertions, 0 deletions
diff --git a/config/xfce4/xfce-perchannel-xml/thunar.xml b/config/xfce4/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..cfa89c3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,20 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar" version="1.0"> + <property name="last-view" type="string" value="ThunarIconView"/> + <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/> + <property name="last-window-width" type="int" value="501"/> + <property name="last-window-height" type="int" value="376"/> + <property name="last-window-maximized" type="bool" value="false"/> + <property name="last-separator-position" type="int" value="207"/> + <property name="last-show-hidden" type="bool" value="false"/> + <property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_HIDDEN_TREE"/> + <property name="last-splitview-separator-position" type="int" value="350"/> + <property name="misc-single-click" type="bool" value="false"/> + <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/> + <property name="last-details-view-column-widths" type="string" value="50,50,90,50,50,60,50,50,344,50,50,76,50,321"/> + <property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/> + <property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/> + <property name="last-toolbar-items" type="string" value="menu:0,back:1,forward:1,open-parent:1,new-tab:0,new-window:0,toggle-split-view:0,undo:0,redo:0,zoom-out:0,zoom-in:0,zoom-reset:0,view-as-icons:0,view-as-detailed-list:0,view-as-compact-list:0,view-switcher:0,location-bar:1,open-home:0,reload:0,search:0,uca-action-1731260116923518-1:0"/> + <property name="misc-symbolic-icons-in-toolbar" type="bool" value="false"/> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml b/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..b84895b --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,46 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <property name="actions" type="array"> + <value type="int" value="5"/> + <value type="int" value="4"/> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="1"/> + <property name="action-5" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="/"/> + <property name="command" type="string" value="exo-open --launch FileManager %S"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-4" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="#"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-3" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!w"/> + <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-2" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="$"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/> + <property name="save" type="bool" value="true"/> + </property> + <property name="action-1" type="empty"> + <property name="type" type="int" value="1"/> + <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/> + <property name="command" type="string" value="exo-open \0"/> + <property name="save" type="bool" value="false"/> + </property> + </property> + <property name="last" type="empty"> + <property name="window-height" type="int" value="422"/> + <property name="window-width" type="int" value="958"/> + <property name="pane-position" type="int" value="180"/> + </property> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml b/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..771ed51 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,22 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-notifyd" version="1.0"> + <property name="log-max-size-enabled" type="bool" value="true"/> + <property name="applications" type="empty"> + <property name="known_applications" type="array"> + <value type="string" value="discord"/> + <value type="string" value="Firefox"/> + <value type="string" value="fr.handbrake.ghb"/> + <value type="string" value="notify-send"/> + <value type="string" value="org.freedesktop.network-manager-applet"/> + <value type="string" value="org.xfce.Thunar"/> + <value type="string" value="signal"/> + <value type="string" value="Studio"/> + <value type="string" value="Transmission"/> + <value type="string" value="vlc"/> + <value type="string" value="Xfce volume control"/> + <value type="string" value="xfce4-settings-helper"/> + </property> + </property> + <property name="do-not-disturb" type="bool" value="false"/> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml b/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..bf415a3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,248 @@ +<?xml version="1.1" 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"/> + <value type="int" value="2"/> + <property name="dark-mode" type="bool" value="false"/> + <property name="panel-1" type="empty"> + <property name="position" type="string" value="p=6;x=2240;y=14"/> + <property name="length" type="double" value="100"/> + <property name="position-locked" type="bool" value="true"/> + <property name="icon-size" type="uint" value="16"/> + <property name="size" type="uint" value="26"/> + <property name="plugin-ids" type="array"> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="7"/> + <value type="int" value="5"/> + <value type="int" value="11"/> + <value type="int" value="16"/> + <value type="int" value="19"/> + <value type="int" value="1"/> + <value type="int" value="6"/> + <value type="int" value="10"/> + <value type="int" value="9"/> + <value type="int" value="12"/> + </property> + <property name="output-name" type="string" value="DP-0"/> + </property> + <property name="panel-2" type="empty"> + <property name="position" type="string" value="p=6;x=640;y=14"/> + <property name="size" type="uint" value="26"/> + <property name="length" type="double" value="100"/> + <property name="enable-struts" type="bool" value="true"/> + <property name="plugin-ids" type="array"> + <value type="int" value="4"/> + <value type="int" value="13"/> + <value type="int" value="8"/> + <value type="int" value="15"/> + <value type="int" value="17"/> + <value type="int" value="18"/> + <value type="int" value="21"/> + <value type="int" value="20"/> + </property> + <property name="position-locked" type="bool" value="true"/> + <property name="output-name" type="string" value="HDMI-0"/> + </property> + </property> + <property name="plugins" type="empty"> + <property name="plugin-2" type="string" value="tasklist"> + <property name="grouping" type="bool" value="false"/> + <property name="show-labels" type="bool" value="false"/> + <property name="flat-buttons" type="bool" value="false"/> + <property name="show-handle" type="bool" value="false"/> + <property name="show-tooltips" type="bool" value="true"/> + <property name="middle-click" type="uint" value="1"/> + <property name="show-wireframes" type="bool" value="false"/> + <property name="include-all-workspaces" type="bool" value="false"/> + </property> + <property name="plugin-5" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + <property name="expand" type="bool" value="true"/> + </property> + <property name="plugin-6" type="string" value="systray"> + <property name="square-icons" type="bool" value="true"/> + <property name="known-legacy-items" type="array"> + <value type="string" value="obs"/> + <value type="string" value="networkmanager アプレット"/> + <value type="string" value="steam"/> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="ibus パネル"/> + <value type="string" value="ネットワーク接続がありません"/> + <value type="string" value="ethernet ネットワーク接続 'wired connection 2' はアクティブです"/> + <value type="string" value="discord"/> + <value type="string" value="ibus panel"/> + <value type="string" value="ibus-ui-gtk3"/> + <value type="string" value="clipman"/> + <value type="string" value="ethernet network connection “wired connection 2” active"/> + <value type="string" value="no network connection"/> + <value type="string" value="networking disabled"/> + <value type="string" value="hp-systray"/> + <value type="string" value="networkmanager applet"/> + </property> + <property name="known-items" type="array"> + <value type="string" value="systray_1899"/> + <value type="string" value="systray_1722"/> + <value type="string" value="systray_1793"/> + <value type="string" value="systray_1806"/> + <value type="string" value="systray_1812"/> + <value type="string" value="systray_1807"/> + <value type="string" value="systray_1871"/> + <value type="string" value="systray_1804"/> + <value type="string" value="systray_1798"/> + <value type="string" value="systray_1839"/> + <value type="string" value="obs"/> + <value type="string" value="systray_1698"/> + <value type="string" value="systray_1702"/> + <value type="string" value="vlc"/> + <value type="string" value="systray_1699"/> + <value type="string" value="systray_1723"/> + <value type="string" value="systray_1728"/> + <value type="string" value="systray_1888"/> + <value type="string" value="systray_1720"/> + <value type="string" value="cortile"/> + <value type="string" value="steam"/> + <value type="string" value="chrome_status_icon_1"/> + </property> + <property name="hidden-legacy-items" type="array"> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="clipman"/> + <value type="string" value="discord"/> + <value type="string" value="ibus-ui-gtk3"/> + <value type="string" value="ibus パネル"/> + <value type="string" value="ibus panel"/> + </property> + <property name="hidden-items" type="array"> + <value type="string" value="chrome_status_icon_1"/> + <value type="string" value="steam"/> + <value type="string" value="obs"/> + </property> + </property> + <property name="plugin-10" type="string" value="notification-plugin"/> + <property name="plugin-12" type="string" value="clock"> + <property name="digital-layout" type="uint" value="3"/> + <property name="digital-date-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="digital-time-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="mode" type="uint" value="2"/> + <property name="digital-time-format" type="string" value="%l:%M:%S %b%d"/> + </property> + <property name="plugin-7" type="string" value="appmenu"> + <property name="plugins" type="empty"> + <property name="plugin-7" type="empty"> + <property name="compact-mode" type="bool" value="false"/> + <property name="bold-application-name" type="bool" value="false"/> + <property name="expand" type="bool" value="true"/> + </property> + </property> + </property> + <property name="plugin-3" type="string" value="whiskermenu"> + <property name="launcher-icon-size" type="int" value="1"/> + <property name="category-icon-size" type="int" value="-1"/> + <property name="launcher-show-description" type="bool" value="false"/> + <property name="show-button-icon" type="bool" value="false"/> + <property name="show-button-title" type="bool" value="true"/> + <property name="button-title" type="string" value="start "/> + <property name="position-categories-horizontal" type="bool" value="true"/> + <property name="position-categories-alternate" type="bool" value="true"/> + <property name="position-profile-alternate" type="bool" value="false"/> + <property name="position-search-alternate" type="bool" value="true"/> + <property name="position-commands-alternate" type="bool" value="false"/> + <property name="menu-width" type="int" value="200"/> + <property name="menu-height" type="int" value="400"/> + <property name="launcher-show-tooltip" type="bool" value="true"/> + <property name="recent" type="array"> + <value type="string" value="virt-manager.desktop"/> + <value type="string" value="qdirstat.desktop"/> + <value type="string" value="anki.desktop"/> + <value type="string" value="term.desktop"/> + <value type="string" value="org.kde.kolourpaint.desktop"/> + <value type="string" value="net.lutris.strinova-1.desktop"/> + <value type="string" value="firefox.desktop"/> + <value type="string" value="discord.desktop"/> + <value type="string" value="net.lutris.Lutris.desktop"/> + <value type="string" value="xfce4-taskmanager.desktop"/> + </property> + <property name="command-logout" type="string" value="/home/aura/.signout.sh"/> + <property name="favorites" type="array"> + <value type="string" value="xfce4-web-browser.desktop"/> + <value type="string" value="xfce4-file-manager.desktop"/> + <value type="string" value="xfce4-terminal-emulator.desktop"/> + <value type="string" value="discord.desktop"/> + <value type="string" value="signal-desktop.desktop"/> + <value type="string" value="steam.desktop"/> + </property> + </property> + <property name="plugin-4" type="string" value="whiskermenu"> + <property name="menu-width" type="int" value="224"/> + <property name="menu-height" type="int" value="375"/> + <property name="view-mode" type="int" value="1"/> + <property name="launcher-show-description" type="bool" value="false"/> + <property name="position-categories-horizontal" type="bool" value="true"/> + <property name="position-categories-alternate" type="bool" value="true"/> + <property name="position-profile-alternate" type="bool" value="false"/> + <property name="position-search-alternate" type="bool" value="true"/> + <property name="category-icon-size" type="int" value="-1"/> + <property name="launcher-icon-size" type="int" value="1"/> + <property name="profile-shape" type="int" value="1"/> + <property name="show-button-icon" type="bool" value="false"/> + <property name="show-button-title" type="bool" value="true"/> + <property name="button-title" type="string" value="start"/> + <property name="recent" type="array"> + <value type="string" value="anki.desktop"/> + <value type="string" value="com.obsproject.Studio.desktop"/> + <value type="string" value="signal-desktop.desktop"/> + <value type="string" value="discord.desktop"/> + </property> + <property name="favorites" type="array"> + <value type="string" value="xfce4-web-browser.desktop"/> + <value type="string" value="xfce4-mail-reader.desktop"/> + <value type="string" value="xfce4-file-manager.desktop"/> + <value type="string" value="xfce4-terminal-emulator.desktop"/> + </property> + </property> + <property name="plugin-13" type="string" value="tasklist"> + <property name="show-labels" type="bool" value="false"/> + <property name="show-handle" type="bool" value="false"/> + <property name="show-tooltips" type="bool" value="true"/> + <property name="middle-click" type="uint" value="1"/> + </property> + <property name="plugin-15" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + <property name="expand" type="bool" value="true"/> + </property> + <property name="plugin-1" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + <property name="known-players" type="string" value="audacious;firefox;vlc"/> + </property> + <property name="plugin-9" type="string" value="genmon"/> + <property name="plugin-11" type="string" value="genmon"/> + <property name="plugin-17" type="string" value="genmon"/> + <property name="plugin-18" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + <property name="known-players" type="string" value="audacious;firefox;vlc"/> + </property> + <property name="plugin-20" type="string" value="clock"> + <property name="digital-layout" type="uint" value="3"/> + <property name="tooltip-format" type="string" value=""/> + <property name="digital-time-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="mode" type="uint" value="2"/> + <property name="fuzziness" type="uint" value="0"/> + <property name="digital-time-format" type="string" value="%l:%M:%S %b%d"/> + </property> + <property name="plugin-21" type="string" value="genmon"/> + <property name="plugin-16" type="string" value="separator"> + <property name="style" type="uint" value="3"/> + <property name="expand" type="bool" value="false"/> + </property> + <property name="plugin-19" type="string" value="genmon"/> + <property name="plugin-8" type="string" value="appmenu"> + <property name="plugins" type="empty"> + <property name="plugin-8" type="empty"> + <property name="expand" type="bool" value="true"/> + </property> + </property> + </property> + </property> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml b/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml new file mode 100644 index 0000000..58061a3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-screenshooter" version="1.0"> + <property name="imgur-custom-action-added" type="bool" value="true"/> + <property name="actions" type="empty"> + <property name="action-0" type="empty"> + <property name="name" type="string" value="Host on Imgur™"/> + <property name="command" type="string" value="/usr/libexec/xfce4/screenshooter/scripts/imgur-upload.sh %f %imgur_client_id"/> + </property> + <property name="actions" type="int" value="1"/> + </property> +</channel> |
