diff options
| author | kj_sh604 | 2025-12-29 14:05:52 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-29 14:05:52 -0500 |
| commit | f08c428f678dca0e5d82476340638b0b31f5cc0e (patch) | |
| tree | e2542816006599f5e609268913bbd83bd98af26d | |
| parent | d1d3dcee3b55d8646cb1509d94fd783bce15f3ad (diff) | |
refactor: add all xfce4 `.xml` files
21 files changed, 748 insertions, 58 deletions
diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc deleted file mode 100644 index aa864eb..0000000 --- a/.config/xfce4/terminal/terminalrc +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | [Configuration] | ||
| 2 | ColorForeground=#dcdcdc | ||
| 3 | ColorBackground=#2c2c2c | ||
| 4 | ColorCursor=#6968babaa7a7 | ||
| 5 | ColorPalette=rgb(63,63,63);rgb(214,121,121);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(220,220,220);rgb(112,144,128);rgb(220,163,163);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255) | ||
| 6 | MiscAlwaysShowTabs=FALSE | ||
| 7 | MiscBell=FALSE | ||
| 8 | MiscBellUrgent=FALSE | ||
| 9 | MiscBordersDefault=FALSE | ||
| 10 | MiscCursorBlinks=FALSE | ||
| 11 | MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK | ||
| 12 | MiscDefaultGeometry=95x28 | ||
| 13 | MiscInheritGeometry=FALSE | ||
| 14 | MiscMenubarDefault=FALSE | ||
| 15 | MiscMouseAutohide=FALSE | ||
| 16 | MiscMouseWheelZoom=TRUE | ||
| 17 | MiscToolbarDefault=FALSE | ||
| 18 | MiscConfirmClose=FALSE | ||
| 19 | MiscCycleTabs=TRUE | ||
| 20 | MiscTabCloseButtons=TRUE | ||
| 21 | MiscTabCloseMiddleClick=TRUE | ||
| 22 | MiscTabPosition=GTK_POS_TOP | ||
| 23 | MiscHighlightUrls=TRUE | ||
| 24 | MiscMiddleClickOpensUri=FALSE | ||
| 25 | MiscCopyOnSelect=FALSE | ||
| 26 | MiscShowRelaunchDialog=TRUE | ||
| 27 | MiscRewrapOnResize=TRUE | ||
| 28 | MiscUseShiftArrowsToScroll=FALSE | ||
| 29 | MiscSlimTabs=FALSE | ||
| 30 | MiscNewTabAdjacent=FALSE | ||
| 31 | MiscSearchDialogOpacity=100 | ||
| 32 | MiscShowUnsafePasteDialog=FALSE | ||
| 33 | MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU | ||
| 34 | ColorBoldIsBright=FALSE | ||
| 35 | ScrollingUnlimited=TRUE | ||
| 36 | FontName=Roboto Mono 9 | ||
| 37 | BackgroundDarkness=1.000000 | ||
| 38 | ScrollingBar=TERMINAL_SCROLLBAR_NONE | ||
| 39 | ColorCursorUseDefault=FALSE | ||
| 40 | ColorCursorForeground=#303030303030 | ||
| 41 | ScrollingOnKeystroke=FALSE | ||
| 42 | TitleInitial=xterm-256color | ||
| 43 | TitleMode=TERMINAL_TITLE_PREPEND | ||
| 44 | |||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..9f6062d --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="displays" version="1.0"> | ||
| 4 | <property name="ActiveProfile" type="string" value="Default"/> | ||
| 5 | <property name="Notify" type="int" value="1"/> | ||
| 6 | <property name="AutoEnableProfiles" type="int" value="3"/> | ||
| 7 | <property name="Default" type="empty"> | ||
| 8 | <property name="eDP1" type="string" value="Laptop"> | ||
| 9 | <property name="Active" type="bool" value="false"/> | ||
| 10 | <property name="EDID" type="string" value="956e5c6a3c9f533908759566b44050e32ea1a8b5"/> | ||
| 11 | </property> | ||
| 12 | <property name="DP2" type="string" value="AOP 24""> | ||
| 13 | <property name="Active" type="bool" value="true"/> | ||
| 14 | <property name="EDID" type="string" value="a6dd2ab460a400485eba2ab58912393a08c2b558"/> | ||
| 15 | <property name="Resolution" type="string" value="1920x1080"/> | ||
| 16 | <property name="RefreshRate" type="double" value="74.972502921564583"/> | ||
| 17 | <property name="ModeFlags" type="uint64" value="10"/> | ||
| 18 | <property name="Rotation" type="int" value="0"/> | ||
| 19 | <property name="Reflection" type="string" value="0"/> | ||
| 20 | <property name="Primary" type="bool" value="false"/> | ||
| 21 | <property name="Scale" type="double" value="1"/> | ||
| 22 | <property name="Position" type="empty"> | ||
| 23 | <property name="X" type="int" value="0"/> | ||
| 24 | <property name="Y" type="int" value="0"/> | ||
| 25 | </property> | ||
| 26 | </property> | ||
| 27 | </property> | ||
| 28 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..e52a78b --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="keyboards" version="1.0"> | ||
| 4 | <property name="Default" type="empty"> | ||
| 5 | <property name="KeyRepeat" type="empty"> | ||
| 6 | <property name="Delay" type="int" value="200"/> | ||
| 7 | <property name="Rate" type="int" value="50"/> | ||
| 8 | </property> | ||
| 9 | <property name="Numlock" type="bool" value="false"/> | ||
| 10 | </property> | ||
| 11 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..d4dd2ad --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="pointers" version="1.0"> | ||
| 4 | <property name="SYNA30BD00_06CBCE08" type="empty"> | ||
| 5 | <property name="Properties" type="empty"> | ||
| 6 | <property name="libinput_Tapping_Enabled" type="int" value="1"/> | ||
| 7 | <property name="libinput_Disable_While_Typing_Enabled" type="int" value="1"/> | ||
| 8 | <property name="libinput_Click_Method_Enabled" type="array"> | ||
| 9 | <value type="int" value="0"/> | ||
| 10 | <value type="int" value="1"/> | ||
| 11 | </property> | ||
| 12 | </property> | ||
| 13 | <property name="RightHanded" type="bool" value="true"/> | ||
| 14 | <property name="ReverseScrolling" type="bool" value="true"/> | ||
| 15 | <property name="Threshold" type="int" value="1"/> | ||
| 16 | <property name="Acceleration" type="double" value="5"/> | ||
| 17 | </property> | ||
| 18 | <property name="Logitech_K400_Plus" type="empty"> | ||
| 19 | <property name="RightHanded" type="bool" value="true"/> | ||
| 20 | <property name="ReverseScrolling" type="bool" value="true"/> | ||
| 21 | <property name="Threshold" type="int" value="1"/> | ||
| 22 | <property name="Acceleration" type="double" value="5"/> | ||
| 23 | </property> | ||
| 24 | <property name="Logitech_Wireless_Receiver_Mouse" type="empty"> | ||
| 25 | <property name="Properties" type="empty"> | ||
| 26 | <property name="libinput_High_Resolution_Wheel_Scroll_Enabled" type="int" value="1"/> | ||
| 27 | </property> | ||
| 28 | </property> | ||
| 29 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml new file mode 100644 index 0000000..9efdda3 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="thunar-shares-plugin" version="1.0"> | ||
| 4 | <property name="show-menu-contribution" type="bool" value="true"/> | ||
| 5 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml new file mode 100644 index 0000000..5fe7129 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="thunar-volman" version="1.0"> | ||
| 4 | <property name="automount-drives" type="empty"> | ||
| 5 | <property name="enabled" type="bool" value="false"/> | ||
| 6 | </property> | ||
| 7 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..24aea76 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="thunar" version="1.0"> | ||
| 4 | <property name="last-view" type="string" value="ThunarDetailsView"/> | ||
| 5 | <property name="last-location-bar" type="string" value="ThunarLocationButtons"/> | ||
| 6 | <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/> | ||
| 7 | <property name="last-separator-position" type="int" value="170"/> | ||
| 8 | <property name="last-show-hidden" type="bool" value="true"/> | ||
| 9 | <property name="last-window-width" type="int" value="1419"/> | ||
| 10 | <property name="last-window-height" type="int" value="805"/> | ||
| 11 | <property name="last-window-maximized" type="bool" value="true"/> | ||
| 12 | <property name="misc-single-click" type="bool" value="false"/> | ||
| 13 | <property name="misc-file-size-binary" type="bool" value="false"/> | ||
| 14 | <property name="misc-show-delete-action" type="bool" value="true"/> | ||
| 15 | <property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/> | ||
| 16 | <property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/> | ||
| 17 | <property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_16"/> | ||
| 18 | <property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_SHORTCUTS"/> | ||
| 19 | <property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_CUSTOM_SIMPLE"/> | ||
| 20 | <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/> | ||
| 21 | <property name="last-details-view-column-widths" type="string" value="50,168,152,115,158,87,50,64,1202,523,50,71,50,324"/> | ||
| 22 | <property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/> | ||
| 23 | <property name="misc-date-custom-style" type="string" value="%m/%d/%Y (%a) %H%M"/> | ||
| 24 | <property name="misc-thumbnail-draw-frames" type="bool" value="true"/> | ||
| 25 | <property name="last-splitview-separator-position" type="int" value="382"/> | ||
| 26 | <property name="misc-use-csd" type="bool" value="true"/> | ||
| 27 | <property name="shortcuts-icon-emblems" type="bool" value="true"/> | ||
| 28 | <property name="tree-icon-emblems" type="bool" value="true"/> | ||
| 29 | <property name="misc-symbolic-icons-in-sidepane" type="bool" value="false"/> | ||
| 30 | <property name="misc-symbolic-icons-in-toolbar" type="bool" value="false"/> | ||
| 31 | <property name="last-toolbar-items" type="string" value="menu:0,back:1,forward:1,open-parent:1,open-home: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,reload:0,search:1,uca-action-1632282837629380-1:0,uca-action-1721072838978674-1:0,uca-action-1721072882953229-2:0"/> | ||
| 32 | <property name="last-renamer-dialog-maximized" type="bool" value="true"/> | ||
| 33 | <property name="last-renamer-dialog-width" type="int" value="579"/> | ||
| 34 | <property name="last-renamer-dialog-height" type="int" value="490"/> | ||
| 35 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..9b86c0d --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-appfinder" version="1.0"> | ||
| 4 | <property name="last" type="empty"> | ||
| 5 | <property name="window-height" type="int" value="422"/> | ||
| 6 | <property name="window-width" type="int" value="580"/> | ||
| 7 | <property name="pane-position" type="int" value="180"/> | ||
| 8 | </property> | ||
| 9 | <property name="actions" type="array"> | ||
| 10 | <value type="int" value="5"/> | ||
| 11 | <value type="int" value="4"/> | ||
| 12 | <value type="int" value="3"/> | ||
| 13 | <value type="int" value="2"/> | ||
| 14 | <value type="int" value="1"/> | ||
| 15 | <property name="action-5" type="empty"> | ||
| 16 | <property name="type" type="int" value="0"/> | ||
| 17 | <property name="pattern" type="string" value="/"/> | ||
| 18 | <property name="command" type="string" value="exo-open --launch FileManager %S"/> | ||
| 19 | <property name="save" type="bool" value="false"/> | ||
| 20 | </property> | ||
| 21 | <property name="action-4" type="empty"> | ||
| 22 | <property name="type" type="int" value="0"/> | ||
| 23 | <property name="pattern" type="string" value="#"/> | ||
| 24 | <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/> | ||
| 25 | <property name="save" type="bool" value="false"/> | ||
| 26 | </property> | ||
| 27 | <property name="action-3" type="empty"> | ||
| 28 | <property name="type" type="int" value="0"/> | ||
| 29 | <property name="pattern" type="string" value="!w"/> | ||
| 30 | <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/> | ||
| 31 | <property name="save" type="bool" value="false"/> | ||
| 32 | </property> | ||
| 33 | <property name="action-2" type="empty"> | ||
| 34 | <property name="type" type="int" value="0"/> | ||
| 35 | <property name="pattern" type="string" value="$"/> | ||
| 36 | <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/> | ||
| 37 | <property name="save" type="bool" value="true"/> | ||
| 38 | </property> | ||
| 39 | <property name="action-1" type="empty"> | ||
| 40 | <property name="type" type="int" value="1"/> | ||
| 41 | <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/> | ||
| 42 | <property name="command" type="string" value="exo-open \0"/> | ||
| 43 | <property name="save" type="bool" value="false"/> | ||
| 44 | </property> | ||
| 45 | </property> | ||
| 46 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..aa47221 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | |||
| @@ -0,0 +1,79 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-desktop" version="1.0"> | ||
| 4 | <property name="last-settings-migration-version" type="uint" value="1"/> | ||
| 5 | <property name="backdrop" type="empty"> | ||
| 6 | <property name="single-workspace-mode" type="bool" value="true"/> | ||
| 7 | <property name="single-workspace-number" type="int" value="0"/> | ||
| 8 | <property name="screen0" type="empty"> | ||
| 9 | <property name="monitoreDP1" type="empty"> | ||
| 10 | <property name="workspace0" type="empty"> | ||
| 11 | <property name="image-style" type="int" value="0"/> | ||
| 12 | <property name="color-style" type="int" value="0"/> | ||
| 13 | <property name="rgba1" type="array"> | ||
| 14 | <value type="double" value="0.18823529411764706"/> | ||
| 15 | <value type="double" value="0.18823529411764706"/> | ||
| 16 | <value type="double" value="0.18823529411764706"/> | ||
| 17 | <value type="double" value="1"/> | ||
| 18 | </property> | ||
| 19 | </property> | ||
| 20 | </property> | ||
| 21 | <property name="monitorDP1" type="empty"> | ||
| 22 | <property name="workspace0" type="empty"> | ||
| 23 | <property name="image-style" type="int" value="0"/> | ||
| 24 | <property name="color-style" type="int" value="0"/> | ||
| 25 | <property name="rgba1" type="array"> | ||
| 26 | <value type="double" value="0.18823529411764706"/> | ||
| 27 | <value type="double" value="0.18823529411764706"/> | ||
| 28 | <value type="double" value="0.18823529411764706"/> | ||
| 29 | <value type="double" value="1"/> | ||
| 30 | </property> | ||
| 31 | </property> | ||
| 32 | </property> | ||
| 33 | <property name="monitorDP2" type="empty"> | ||
| 34 | <property name="workspace0" type="empty"> | ||
| 35 | <property name="image-style" type="int" value="0"/> | ||
| 36 | <property name="color-style" type="int" value="0"/> | ||
| 37 | <property name="rgba1" type="array"> | ||
| 38 | <value type="double" value="0.18823529411764706"/> | ||
| 39 | <value type="double" value="0.18823529411764706"/> | ||
| 40 | <value type="double" value="0.18823529411764706"/> | ||
| 41 | <value type="double" value="1"/> | ||
| 42 | </property> | ||
| 43 | </property> | ||
| 44 | </property> | ||
| 45 | <property name="monitorHDMI1" type="empty"> | ||
| 46 | <property name="workspace0" type="empty"> | ||
| 47 | <property name="color-style" type="int" value="0"/> | ||
| 48 | <property name="image-style" type="int" value="0"/> | ||
| 49 | <property name="rgba1" type="array"> | ||
| 50 | <value type="double" value="0.18823529411764706"/> | ||
| 51 | <value type="double" value="0.18823529411764706"/> | ||
| 52 | <value type="double" value="0.18823529411764706"/> | ||
| 53 | <value type="double" value="1"/> | ||
| 54 | </property> | ||
| 55 | </property> | ||
| 56 | </property> | ||
| 57 | </property> | ||
| 58 | </property> | ||
| 59 | <property name="last" type="empty"> | ||
| 60 | <property name="window-width" type="int" value="662"/> | ||
| 61 | <property name="window-height" type="int" value="547"/> | ||
| 62 | </property> | ||
| 63 | <property name="desktop-icons" type="empty"> | ||
| 64 | <property name="icon-size" type="uint" value="32"/> | ||
| 65 | <property name="tooltip-size" type="double" value="48"/> | ||
| 66 | <property name="gravity" type="int" value="2"/> | ||
| 67 | <property name="file-icons" type="empty"> | ||
| 68 | <property name="show-home" type="bool" value="false"/> | ||
| 69 | <property name="show-filesystem" type="bool" value="false"/> | ||
| 70 | <property name="show-trash" type="bool" value="false"/> | ||
| 71 | </property> | ||
| 72 | <property name="confirm-sorting" type="bool" value="false"/> | ||
| 73 | <property name="use-custom-font-size" type="bool" value="false"/> | ||
| 74 | </property> | ||
| 75 | <property name="desktop-menu" type="empty"> | ||
| 76 | <property name="show" type="bool" value="false"/> | ||
| 77 | <property name="show-icons" type="bool" value="false"/> | ||
| 78 | </property> | ||
| 79 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..7b10c88 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-notifyd" version="1.0"> | ||
| 4 | <property name="log-max-size-enabled" type="bool" value="true"/> | ||
| 5 | <property name="applications" type="empty"> | ||
| 6 | <property name="known_applications" type="array"> | ||
| 7 | <value type="string" value="blueman"/> | ||
| 8 | <value type="string" value="cbatticon"/> | ||
| 9 | <value type="string" value="chromium"/> | ||
| 10 | <value type="string" value="code"/> | ||
| 11 | <value type="string" value="code-oss"/> | ||
| 12 | <value type="string" value="com.github.unrud.VideoDownloader"/> | ||
| 13 | <value type="string" value="com.uploadedlobster.peek"/> | ||
| 14 | <value type="string" value="FileZilla"/> | ||
| 15 | <value type="string" value="LibreWolf"/> | ||
| 16 | <value type="string" value="LosslessCut"/> | ||
| 17 | <value type="string" value="Mullvad VPN"/> | ||
| 18 | <value type="string" value="notify-send"/> | ||
| 19 | <value type="string" value="org.freedesktop.network-manager-applet"/> | ||
| 20 | <value type="string" value="org.gnome.Evolution"/> | ||
| 21 | <value type="string" value="org.gnome.Evolution-alarm-notify"/> | ||
| 22 | <value type="string" value="org.gnome.World.PikaBackup.Monitor"/> | ||
| 23 | <value type="string" value="org.kde.kdenlive"/> | ||
| 24 | <value type="string" value="org.qbittorrent.qBittorrent"/> | ||
| 25 | <value type="string" value="org.xfce.Thunar"/> | ||
| 26 | <value type="string" value="Panahone"/> | ||
| 27 | <value type="string" value="System Config Printer Notification"/> | ||
| 28 | <value type="string" value="vesktop"/> | ||
| 29 | <value type="string" value="Xfce volume control"/> | ||
| 30 | <value type="string" value="Xfce volume daemon"/> | ||
| 31 | <value type="string" value="Xfce4-notifyd settings"/> | ||
| 32 | <value type="string" value="xfce4-power-manager"/> | ||
| 33 | <value type="string" value="xfce4-settings-helper"/> | ||
| 34 | </property> | ||
| 35 | </property> | ||
| 36 | <property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/> | ||
| 37 | <property name="do-fadeout" type="bool" value="false"/> | ||
| 38 | <property name="theme" type="string" value="Beacon"/> | ||
| 39 | <property name="initial-opacity" type="double" value="1"/> | ||
| 40 | <property name="do-not-disturb" type="bool" value="false"/> | ||
| 41 | <property name="do-slideout" type="bool" value="false"/> | ||
| 42 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..b2f1070 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | |||
| @@ -0,0 +1,302 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-panel" version="1.0"> | ||
| 4 | <property name="plugins" type="empty"> | ||
| 5 | <property name="clipman" type="empty"> | ||
| 6 | <property name="settings" type="empty"> | ||
| 7 | <property name="max-texts-in-history" type="uint" value="995"/> | ||
| 8 | </property> | ||
| 9 | <property name="tweaks" type="empty"> | ||
| 10 | <property name="never-confirm-history-clear" type="bool" value="false"/> | ||
| 11 | <property name="inhibit" type="bool" value="false"/> | ||
| 12 | </property> | ||
| 13 | </property> | ||
| 14 | <property name="plugin-6" type="string" value="systray"> | ||
| 15 | <property name="square-icons" type="bool" value="true"/> | ||
| 16 | <property name="known-legacy-items" type="array"> | ||
| 17 | <value type="string" value="rednotebook"/> | ||
| 18 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (68%)
vpn connection active"/> | ||
| 19 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (78%)"/> | ||
| 20 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (87%)"/> | ||
| 21 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (69%)
vpn connection active"/> | ||
| 22 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (95%)"/> | ||
| 23 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (82%)"/> | ||
| 24 | <value type="string" value="anydesk"/> | ||
| 25 | <value type="string" value="nxrunner.bin"/> | ||
| 26 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (89%)"/> | ||
| 27 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (81%)"/> | ||
| 28 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (67%)"/> | ||
| 29 | <value type="string" value="configuring wi-fi network connection “single-user-byod__abnb”…"/> | ||
| 30 | <value type="string" value="notes"/> | ||
| 31 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (63%)
vpn connection active"/> | ||
| 32 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (66%)
vpn connection active"/> | ||
| 33 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (67%)
vpn connection active"/> | ||
| 34 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (70%)
vpn connection active"/> | ||
| 35 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (62%)
vpn connection active"/> | ||
| 36 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (81%)
vpn connection active"/> | ||
| 37 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (80%)
vpn connection active"/> | ||
| 38 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (63%)
vpn connection active"/> | ||
| 39 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (66%)
vpn connection active"/> | ||
| 40 | <value type="string" value="solaar"/> | ||
| 41 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (65%)
vpn connection active"/> | ||
| 42 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (68%)"/> | ||
| 43 | <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (74%)"/> | ||
| 44 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (61%)"/> | ||
| 45 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (62%)"/> | ||
| 46 | <value type="string" value="no network connection"/> | ||
| 47 | <value type="string" value="system-config-printer"/> | ||
| 48 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (68%)"/> | ||
| 49 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (66%)"/> | ||
| 50 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (67%)"/> | ||
| 51 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (70%)"/> | ||
| 52 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (85%)"/> | ||
| 53 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (82%)"/> | ||
| 54 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (75%)"/> | ||
| 55 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (65%)"/> | ||
| 56 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (63%)"/> | ||
| 57 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (69%)"/> | ||
| 58 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (92%)"/> | ||
| 59 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (76%)"/> | ||
| 60 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (83%)"/> | ||
| 61 | <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (84%)"/> | ||
| 62 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (99%)"/> | ||
| 63 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (80%)"/> | ||
| 64 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (77%)"/> | ||
| 65 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (79%)"/> | ||
| 66 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (73%)"/> | ||
| 67 | <value type="string" value="reminders"/> | ||
| 68 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (74%)"/> | ||
| 69 | <value type="string" value="evolution-alarm-notify"/> | ||
| 70 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (78%)"/> | ||
| 71 | <value type="string" value="networkmanager applet"/> | ||
| 72 | <value type="string" value="panahone"/> | ||
| 73 | <value type="string" value="clipman"/> | ||
| 74 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (71%)"/> | ||
| 75 | <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (72%)"/> | ||
| 76 | </property> | ||
| 77 | <property name="known-items" type="array"> | ||
| 78 | <value type="string" value="easyeffects"/> | ||
| 79 | <value type="string" value="SimpleScreenRecorder"/> | ||
| 80 | <value type="string" value="zoom"/> | ||
| 81 | <value type="string" value="indicator-solaar"/> | ||
| 82 | <value type="string" value="mic-icon"/> | ||
| 83 | <value type="string" value="media-control-app"/> | ||
| 84 | <value type="string" value="vlc"/> | ||
| 85 | <value type="string" value="qBittorrent"/> | ||
| 86 | <value type="string" value="chrome_status_icon_1"/> | ||
| 87 | <value type="string" value="Insync"/> | ||
| 88 | <value type="string" value="blueman"/> | ||
| 89 | </property> | ||
| 90 | </property> | ||
| 91 | <property name="plugin-7" type="string" value="separator"> | ||
| 92 | <property name="style" type="uint" value="0"/> | ||
| 93 | </property> | ||
| 94 | <property name="plugin-8" type="string" value="clock"> | ||
| 95 | <property name="digital-layout" type="uint" value="3"/> | ||
| 96 | <property name="digital-time-font" type="string" value="Roboto Mono 9"/> | ||
| 97 | <property name="digital-time-format" type="string" value="%m/%d (%a) %H%M"/> | ||
| 98 | </property> | ||
| 99 | <property name="plugin-9" type="string" value="separator"> | ||
| 100 | <property name="style" type="uint" value="0"/> | ||
| 101 | </property> | ||
| 102 | <property name="plugin-10" type="string" value="actions"> | ||
| 103 | <property name="items" type="array"> | ||
| 104 | <value type="string" value="-lock-screen"/> | ||
| 105 | <value type="string" value="-switch-user"/> | ||
| 106 | <value type="string" value="-separator"/> | ||
| 107 | <value type="string" value="-suspend"/> | ||
| 108 | <value type="string" value="-hibernate"/> | ||
| 109 | <value type="string" value="-hybrid-sleep"/> | ||
| 110 | <value type="string" value="-separator"/> | ||
| 111 | <value type="string" value="-shutdown"/> | ||
| 112 | <value type="string" value="-restart"/> | ||
| 113 | <value type="string" value="-separator"/> | ||
| 114 | <value type="string" value="+logout"/> | ||
| 115 | <value type="string" value="-logout-dialog"/> | ||
| 116 | </property> | ||
| 117 | <property name="appearance" type="uint" value="0"/> | ||
| 118 | </property> | ||
| 119 | <property name="plugin-1" type="string" value="whiskermenu"> | ||
| 120 | <property name="recent" type="array"> | ||
| 121 | <value type="string" value="thunar.desktop"/> | ||
| 122 | <value type="string" value="xfce-ui-settings.desktop"/> | ||
| 123 | <value type="string" value="protonmailimssgimssgkj.desktop"/> | ||
| 124 | <value type="string" value="firefox.desktop"/> | ||
| 125 | <value type="string" value="org.gnome.Calendar.desktop"/> | ||
| 126 | <value type="string" value="org.gnome.Epiphany.desktop"/> | ||
| 127 | <value type="string" value="org.gnome.Calculator.desktop"/> | ||
| 128 | <value type="string" value="org.gnome.Evolution.desktop"/> | ||
| 129 | <value type="string" value="pss.desktop"/> | ||
| 130 | <value type="string" value="windows notepad--Wine Notepad--1765604007.788646.desktop"/> | ||
| 131 | </property> | ||
| 132 | <property name="category-show-name" type="bool" value="true"/> | ||
| 133 | <property name="launcher-show-tooltip" type="bool" value="false"/> | ||
| 134 | <property name="launcher-show-description" type="bool" value="false"/> | ||
| 135 | <property name="launcher-icon-size" type="int" value="-1"/> | ||
| 136 | <property name="category-icon-size" type="int" value="-1"/> | ||
| 137 | <property name="menu-width" type="int" value="640"/> | ||
| 138 | <property name="menu-height" type="int" value="480"/> | ||
| 139 | <property name="profile-shape" type="int" value="2"/> | ||
| 140 | <property name="position-profile-alternate" type="bool" value="true"/> | ||
| 141 | <property name="show-button-title" type="bool" value="true"/> | ||
| 142 | <property name="button-icon" type="string" value="xfce-wm-menu"/> | ||
| 143 | <property name="default-category" type="int" value="1"/> | ||
| 144 | <property name="show-command-menueditor" type="bool" value="false"/> | ||
| 145 | <property name="show-command-profile" type="bool" value="false"/> | ||
| 146 | <property name="menu-opacity" type="int" value="100"/> | ||
| 147 | <property name="favorites" type="array"> | ||
| 148 | </property> | ||
| 149 | <property name="button-title" type="string" value=" Applications"/> | ||
| 150 | </property> | ||
| 151 | <property name="plugin-2" type="string" value="places"> | ||
| 152 | <property name="show-button-type" type="int" value="1"/> | ||
| 153 | <property name="button-label" type="string" value=" Places "/> | ||
| 154 | </property> | ||
| 155 | <property name="plugin-3" type="string" value="separator"> | ||
| 156 | <property name="expand" type="bool" value="true"/> | ||
| 157 | <property name="style" type="uint" value="0"/> | ||
| 158 | </property> | ||
| 159 | <property name="plugin-4" type="string" value="showdesktop"/> | ||
| 160 | <property name="plugin-5" type="string" value="tasklist"> | ||
| 161 | <property name="flat-buttons" type="bool" value="false"/> | ||
| 162 | <property name="grouping" type="bool" value="false"/> | ||
| 163 | <property name="show-wireframes" type="bool" value="false"/> | ||
| 164 | </property> | ||
| 165 | <property name="plugin-11" type="string" value="separator"> | ||
| 166 | <property name="expand" type="bool" value="true"/> | ||
| 167 | <property name="style" type="uint" value="0"/> | ||
| 168 | </property> | ||
| 169 | <property name="plugin-12" type="string" value="pager"> | ||
| 170 | <property name="rows" type="uint" value="1"/> | ||
| 171 | <property name="miniature-view" type="bool" value="false"/> | ||
| 172 | </property> | ||
| 173 | <property name="plugin-13" type="string" value="separator"> | ||
| 174 | <property name="style" type="uint" value="2"/> | ||
| 175 | </property> | ||
| 176 | <property name="plugin-14" type="string" value="thunar-tpa"/> | ||
| 177 | <property name="plugin-15" type="string" value="power-manager-plugin"/> | ||
| 178 | <property name="plugin-16" type="string" value="pulseaudio"> | ||
| 179 | <property name="enable-keyboard-shortcuts" type="bool" value="false"/> | ||
| 180 | <property name="show-notifications" type="uint" value="0"/> | ||
| 181 | <property name="known-players" type="string" value="Chromium;falkon;Helium;icecat-default;io.github.celluloid_player.Celluloid;librewolf;LosslessCut;mpv;mullvad browser;Mullvad Browser;vlc;waterfox;waterfox-default"/> | ||
| 182 | <property name="enable-wnck" type="bool" value="false"/> | ||
| 183 | <property name="enable-multimedia-keys" type="bool" value="false"/> | ||
| 184 | <property name="enable-mpris" type="bool" value="false"/> | ||
| 185 | <property name="rec-indicator-persistent" type="bool" value="false"/> | ||
| 186 | </property> | ||
| 187 | <property name="plugin-17" type="string" value="notification-plugin"/> | ||
| 188 | <property name="plugin-18" type="string" value="launcher"> | ||
| 189 | <property name="items" type="array"> | ||
| 190 | <value type="string" value="17586837035.desktop"/> | ||
| 191 | </property> | ||
| 192 | </property> | ||
| 193 | <property name="plugin-19" type="string" value="launcher"> | ||
| 194 | <property name="items" type="array"> | ||
| 195 | <value type="string" value="17586837136.desktop"/> | ||
| 196 | </property> | ||
| 197 | </property> | ||
| 198 | <property name="plugin-20" type="string" value="launcher"> | ||
| 199 | <property name="items" type="array"> | ||
| 200 | <value type="string" value="17586838187.desktop"/> | ||
| 201 | </property> | ||
| 202 | </property> | ||
| 203 | <property name="plugin-22" type="string" value="launcher"> | ||
| 204 | <property name="items" type="array"> | ||
| 205 | <value type="string" value="17586848379.desktop"/> | ||
| 206 | </property> | ||
| 207 | </property> | ||
| 208 | <property name="plugin-25" type="string" value="launcher"> | ||
| 209 | <property name="items" type="array"> | ||
| 210 | <value type="string" value="17591773312.desktop"/> | ||
| 211 | </property> | ||
| 212 | <property name="show-label" type="bool" value="true"/> | ||
| 213 | <property name="disable-tooltips" type="bool" value="true"/> | ||
| 214 | </property> | ||
| 215 | <property name="plugin-26" type="string" value="separator"> | ||
| 216 | <property name="style" type="uint" value="0"/> | ||
| 217 | </property> | ||
| 218 | <property name="plugin-23" type="string" value="launcher"> | ||
| 219 | <property name="items" type="array"> | ||
| 220 | <value type="string" value="17608897311.desktop"/> | ||
| 221 | </property> | ||
| 222 | </property> | ||
| 223 | <property name="notes" type="empty"> | ||
| 224 | <property name="global" type="empty"> | ||
| 225 | <property name="version" type="string" value="1.12.0"/> | ||
| 226 | </property> | ||
| 227 | </property> | ||
| 228 | <property name="plugin-21" type="string" value="launcher"> | ||
| 229 | <property name="items" type="array"> | ||
| 230 | <value type="string" value="17637581031.desktop"/> | ||
| 231 | </property> | ||
| 232 | </property> | ||
| 233 | <property name="plugin-24" type="string" value="launcher"> | ||
| 234 | <property name="items" type="array"> | ||
| 235 | <value type="string" value="17669743811.desktop"/> | ||
| 236 | </property> | ||
| 237 | </property> | ||
| 238 | </property> | ||
| 239 | <property name="configver" type="int" value="2"/> | ||
| 240 | <property name="panels" type="array"> | ||
| 241 | <value type="int" value="1"/> | ||
| 242 | <value type="int" value="2"/> | ||
| 243 | <property name="dark-mode" type="bool" value="true"/> | ||
| 244 | <property name="panel-1" type="empty"> | ||
| 245 | <property name="position" type="string" value="p=6;x=0;y=0"/> | ||
| 246 | <property name="length" type="uint" value="100"/> | ||
| 247 | <property name="position-locked" type="bool" value="true"/> | ||
| 248 | <property name="icon-size" type="uint" value="16"/> | ||
| 249 | <property name="size" type="uint" value="20"/> | ||
| 250 | <property name="plugin-ids" type="array"> | ||
| 251 | <value type="int" value="1"/> | ||
| 252 | <value type="int" value="2"/> | ||
| 253 | <value type="int" value="25"/> | ||
| 254 | <value type="int" value="26"/> | ||
| 255 | <value type="int" value="18"/> | ||
| 256 | <value type="int" value="19"/> | ||
| 257 | <value type="int" value="24"/> | ||
| 258 | <value type="int" value="20"/> | ||
| 259 | <value type="int" value="23"/> | ||
| 260 | <value type="int" value="21"/> | ||
| 261 | <value type="int" value="22"/> | ||
| 262 | <value type="int" value="3"/> | ||
| 263 | <value type="int" value="16"/> | ||
| 264 | <value type="int" value="15"/> | ||
| 265 | <value type="int" value="6"/> | ||
| 266 | <value type="int" value="17"/> | ||
| 267 | <value type="int" value="7"/> | ||
| 268 | <value type="int" value="8"/> | ||
| 269 | <value type="int" value="9"/> | ||
| 270 | <value type="int" value="10"/> | ||
| 271 | </property> | ||
| 272 | <property name="background-style" type="uint" value="1"/> | ||
| 273 | <property name="background-rgba" type="array"> | ||
| 274 | <value type="double" value="0.18823529411764706"/> | ||
| 275 | <value type="double" value="0.18823529411764706"/> | ||
| 276 | <value type="double" value="0.18823529411764706"/> | ||
| 277 | <value type="double" value="1"/> | ||
| 278 | </property> | ||
| 279 | </property> | ||
| 280 | <property name="panel-2" type="empty"> | ||
| 281 | <property name="position" type="string" value="p=8;x=96;y=1055"/> | ||
| 282 | <property name="size" type="uint" value="20"/> | ||
| 283 | <property name="position-locked" type="bool" value="true"/> | ||
| 284 | <property name="length" type="double" value="100"/> | ||
| 285 | <property name="background-style" type="uint" value="1"/> | ||
| 286 | <property name="background-rgba" type="array"> | ||
| 287 | <value type="double" value="0.18823529411764706"/> | ||
| 288 | <value type="double" value="0.18823529411764706"/> | ||
| 289 | <value type="double" value="0.18823529411764706"/> | ||
| 290 | <value type="double" value="1"/> | ||
| 291 | </property> | ||
| 292 | <property name="plugin-ids" type="array"> | ||
| 293 | <value type="int" value="4"/> | ||
| 294 | <value type="int" value="5"/> | ||
| 295 | <value type="int" value="11"/> | ||
| 296 | <value type="int" value="12"/> | ||
| 297 | <value type="int" value="13"/> | ||
| 298 | <value type="int" value="14"/> | ||
| 299 | </property> | ||
| 300 | </property> | ||
| 301 | </property> | ||
| 302 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..fd4ea8a --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-power-manager" version="1.0"> | ||
| 4 | <property name="xfce4-power-manager" type="empty"> | ||
| 5 | <property name="brightness-switch-restore-on-exit" type="int" value="0"/> | ||
| 6 | <property name="brightness-switch" type="int" value="0"/> | ||
| 7 | <property name="show-tray-icon" type="bool" value="false"/> | ||
| 8 | <property name="dpms-on-ac-sleep" type="uint" value="59"/> | ||
| 9 | <property name="dpms-on-ac-off" type="uint" value="60"/> | ||
| 10 | <property name="brightness-on-battery" type="uint" value="480"/> | ||
| 11 | <property name="lid-action-on-battery" type="uint" value="1"/> | ||
| 12 | <property name="show-presentation-indicator" type="bool" value="true"/> | ||
| 13 | <property name="dpms-on-battery-sleep" type="uint" value="10"/> | ||
| 14 | <property name="dpms-on-battery-off" type="uint" value="15"/> | ||
| 15 | <property name="brightness-level-on-battery" type="uint" value="20"/> | ||
| 16 | <property name="critical-power-level" type="uint" value="5"/> | ||
| 17 | <property name="dpms-enabled" type="bool" value="true"/> | ||
| 18 | <property name="presentation-mode" type="bool" value="false"/> | ||
| 19 | <property name="lid-action-on-ac" type="uint" value="0"/> | ||
| 20 | <property name="show-panel-label" type="int" value="1"/> | ||
| 21 | </property> | ||
| 22 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml new file mode 100644 index 0000000..8499e4c --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-screensaver" version="1.0"> | ||
| 4 | <property name="saver" type="empty"> | ||
| 5 | <property name="mode" type="int" value="0"/> | ||
| 6 | <property name="enabled" type="bool" value="false"/> | ||
| 7 | </property> | ||
| 8 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screenshooter.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screenshooter.xml new file mode 100644 index 0000000..8985a6a --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screenshooter.xml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-screenshooter" version="1.0"> | ||
| 4 | <property name="actions" type="empty"> | ||
| 5 | <property name="actions" type="int" value="0"/> | ||
| 6 | </property> | ||
| 7 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..96b5ecb --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-session" version="1.0"> | ||
| 4 | <property name="general" type="empty"> | ||
| 5 | <property name="FailsafeSessionName" type="empty"/> | ||
| 6 | <property name="LockCommand" type="empty"/> | ||
| 7 | <property name="SessionName" type="string" value="Default"/> | ||
| 8 | </property> | ||
| 9 | <property name="sessions" type="empty"> | ||
| 10 | <property name="Failsafe" type="empty"> | ||
| 11 | <property name="IsFailsafe" type="empty"/> | ||
| 12 | <property name="Count" type="empty"/> | ||
| 13 | <property name="Client0_Command" type="empty"/> | ||
| 14 | <property name="Client0_Priority" type="empty"/> | ||
| 15 | <property name="Client0_PerScreen" type="empty"/> | ||
| 16 | <property name="Client1_Command" type="empty"/> | ||
| 17 | <property name="Client1_Priority" type="empty"/> | ||
| 18 | <property name="Client1_PerScreen" type="empty"/> | ||
| 19 | <property name="Client2_Command" type="empty"/> | ||
| 20 | <property name="Client2_Priority" type="empty"/> | ||
| 21 | <property name="Client2_PerScreen" type="empty"/> | ||
| 22 | <property name="Client3_Command" type="empty"/> | ||
| 23 | <property name="Client3_Priority" type="empty"/> | ||
| 24 | <property name="Client3_PerScreen" type="empty"/> | ||
| 25 | <property name="Client4_Command" type="empty"/> | ||
| 26 | <property name="Client4_Priority" type="empty"/> | ||
| 27 | <property name="Client4_PerScreen" type="empty"/> | ||
| 28 | </property> | ||
| 29 | <property name="FailsafeWayland" type="empty"> | ||
| 30 | <property name="IsFailsafe" type="empty"/> | ||
| 31 | <property name="Count" type="empty"/> | ||
| 32 | <property name="Client0_Command" type="empty"/> | ||
| 33 | <property name="Client0_Priority" type="empty"/> | ||
| 34 | <property name="Client0_PerScreen" type="empty"/> | ||
| 35 | <property name="Client1_Command" type="empty"/> | ||
| 36 | <property name="Client1_Priority" type="empty"/> | ||
| 37 | <property name="Client1_PerScreen" type="empty"/> | ||
| 38 | <property name="Client2_Command" type="empty"/> | ||
| 39 | <property name="Client2_Priority" type="empty"/> | ||
| 40 | <property name="Client2_PerScreen" type="empty"/> | ||
| 41 | <property name="Client3_Command" type="empty"/> | ||
| 42 | <property name="Client3_Priority" type="empty"/> | ||
| 43 | <property name="Client3_PerScreen" type="empty"/> | ||
| 44 | </property> | ||
| 45 | </property> | ||
| 46 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml new file mode 100644 index 0000000..ae17d58 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-settings-editor" version="1.0"> | ||
| 4 | <property name="last" type="empty"> | ||
| 5 | <property name="window-width" type="int" value="647"/> | ||
| 6 | <property name="window-height" type="int" value="450"/> | ||
| 7 | <property name="paned-position" type="int" value="180"/> | ||
| 8 | </property> | ||
| 9 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml new file mode 100644 index 0000000..bb8dde9 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-settings-manager" version="1.0"> | ||
| 4 | <property name="last" type="empty"> | ||
| 5 | <property name="window-width" type="int" value="663"/> | ||
| 6 | <property name="window-height" type="int" value="500"/> | ||
| 7 | </property> | ||
| 8 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml new file mode 100644 index 0000000..6a960fe --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-taskmanager" version="1.0"> | ||
| 4 | <property name="window-maximized" type="bool" value="false"/> | ||
| 5 | <property name="window-width" type="int" value="400"/> | ||
| 6 | <property name="window-height" type="int" value="600"/> | ||
| 7 | <property name="interface" type="empty"> | ||
| 8 | <property name="show-filter" type="bool" value="true"/> | ||
| 9 | <property name="show-legend" type="bool" value="true"/> | ||
| 10 | <property name="process-tree" type="bool" value="false"/> | ||
| 11 | </property> | ||
| 12 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml new file mode 100644 index 0000000..feb1ab7 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xfce4-volumed-pulse" version="1.0"> | ||
| 4 | <property name="icon-style" type="uint" value="0"/> | ||
| 5 | <property name="volume-step-size" type="uint" value="5"/> | ||
| 6 | </channel> | ||
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..5e8afb6 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | <?xml version="1.1" encoding="UTF-8"?> | ||
| 2 | |||
| 3 | <channel name="xsettings" version="1.0"> | ||
| 4 | <property name="Net" type="empty"> | ||
| 5 | <property name="ThemeName" type="string" value="Adwaita-dark"/> | ||
| 6 | <property name="IconThemeName" type="string" value="elementary-xfce"/> | ||
| 7 | <property name="DoubleClickTime" type="int" value="400"/> | ||
| 8 | <property name="DoubleClickDistance" type="int" value="5"/> | ||
| 9 | <property name="DndDragThreshold" type="int" value="8"/> | ||
| 10 | <property name="CursorBlink" type="bool" value="false"/> | ||
| 11 | <property name="CursorBlinkTime" type="empty"/> | ||
| 12 | <property name="SoundThemeName" type="empty"/> | ||
| 13 | <property name="EnableEventSounds" type="empty"/> | ||
| 14 | <property name="EnableInputFeedbackSounds" type="empty"/> | ||
| 15 | </property> | ||
| 16 | <property name="Xft" type="empty"> | ||
| 17 | <property name="DPI" type="int" value="-1"/> | ||
| 18 | <property name="Antialias" type="empty"/> | ||
| 19 | <property name="Hinting" type="int" value="1"/> | ||
| 20 | <property name="HintStyle" type="string" value="hintfull"/> | ||
| 21 | <property name="RGBA" type="string" value="rgb"/> | ||
| 22 | </property> | ||
| 23 | <property name="Gtk" type="empty"> | ||
| 24 | <property name="CanChangeAccels" type="bool" value="true"/> | ||
| 25 | <property name="ColorPalette" type="empty"/> | ||
| 26 | <property name="FontName" type="string" value="Adwaita Sans 10"/> | ||
| 27 | <property name="MonospaceFontName" type="string" value="Roboto Mono 9"/> | ||
| 28 | <property name="IconSizes" type="empty"/> | ||
| 29 | <property name="KeyThemeName" type="empty"/> | ||
| 30 | <property name="MenuImages" type="bool" value="true"/> | ||
| 31 | <property name="ButtonImages" type="bool" value="true"/> | ||
| 32 | <property name="MenuBarAccel" type="empty"/> | ||
| 33 | <property name="CursorThemeName" type="empty"/> | ||
| 34 | <property name="CursorThemeSize" type="empty"/> | ||
| 35 | <property name="DecorationLayout" type="string" value=":minimize,maximize,close"/> | ||
| 36 | <property name="DialogsUseHeader" type="bool" value="true"/> | ||
| 37 | <property name="TitlebarMiddleClick" type="empty"/> | ||
| 38 | <property name="EnableAnimations" type="bool" value="false"/> | ||
| 39 | </property> | ||
| 40 | <property name="Gdk" type="empty"> | ||
| 41 | <property name="WindowScalingFactor" type="int" value="1"/> | ||
| 42 | </property> | ||
| 43 | <property name="Xfce" type="empty"> | ||
| 44 | <property name="LastCustomDPI" type="int" value="128"/> | ||
| 45 | </property> | ||
| 46 | </channel> | ||
| @@ -4,20 +4,6 @@ | |||
| 4 | .config/gtk-2.0/gtkfilechooser.ini | 4 | .config/gtk-2.0/gtkfilechooser.ini |
| 5 | .config/gtk-3.0/custom-papers | 5 | .config/gtk-3.0/custom-papers |
| 6 | .config/shell/.zcompdump | 6 | .config/shell/.zcompdump |
| 7 | .config/xfce4/desktop/* | ||
| 8 | .config/xfce4/help* | ||
| 9 | .config/xfce4/panel/* | ||
| 10 | .config/xfce4/terminal/accels.scm | ||
| 11 | .config/xfce4/xfce4* | ||
| 12 | .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml | ||
| 13 | .config/xfce4/xfconf/xfce-perchannel-xml/key* | ||
| 14 | .config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml | ||
| 15 | .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | ||
| 16 | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-* | ||
| 17 | !.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | ||
| 18 | !.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml | ||
| 19 | !.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | ||
| 20 | .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | ||
| 21 | .config/zed/.tmp* | 7 | .config/zed/.tmp* |
| 22 | .local/bin/avp | 8 | .local/bin/avp |
| 23 | .local/bin/kj-gitbot | 9 | .local/bin/kj-gitbot |
