diff options
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 @@ -[Configuration] -ColorForeground=#dcdcdc -ColorBackground=#2c2c2c -ColorCursor=#6968babaa7a7 -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) -MiscAlwaysShowTabs=FALSE -MiscBell=FALSE -MiscBellUrgent=FALSE -MiscBordersDefault=FALSE -MiscCursorBlinks=FALSE -MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK -MiscDefaultGeometry=95x28 -MiscInheritGeometry=FALSE -MiscMenubarDefault=FALSE -MiscMouseAutohide=FALSE -MiscMouseWheelZoom=TRUE -MiscToolbarDefault=FALSE -MiscConfirmClose=FALSE -MiscCycleTabs=TRUE -MiscTabCloseButtons=TRUE -MiscTabCloseMiddleClick=TRUE -MiscTabPosition=GTK_POS_TOP -MiscHighlightUrls=TRUE -MiscMiddleClickOpensUri=FALSE -MiscCopyOnSelect=FALSE -MiscShowRelaunchDialog=TRUE -MiscRewrapOnResize=TRUE -MiscUseShiftArrowsToScroll=FALSE -MiscSlimTabs=FALSE -MiscNewTabAdjacent=FALSE -MiscSearchDialogOpacity=100 -MiscShowUnsafePasteDialog=FALSE -MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU -ColorBoldIsBright=FALSE -ScrollingUnlimited=TRUE -FontName=Roboto Mono 9 -BackgroundDarkness=1.000000 -ScrollingBar=TERMINAL_SCROLLBAR_NONE -ColorCursorUseDefault=FALSE -ColorCursorForeground=#303030303030 -ScrollingOnKeystroke=FALSE -TitleInitial=xterm-256color -TitleMode=TERMINAL_TITLE_PREPEND - 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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="displays" version="1.0"> + <property name="ActiveProfile" type="string" value="Default"/> + <property name="Notify" type="int" value="1"/> + <property name="AutoEnableProfiles" type="int" value="3"/> + <property name="Default" type="empty"> + <property name="eDP1" type="string" value="Laptop"> + <property name="Active" type="bool" value="false"/> + <property name="EDID" type="string" value="956e5c6a3c9f533908759566b44050e32ea1a8b5"/> + </property> + <property name="DP2" type="string" value="AOP 24""> + <property name="Active" type="bool" value="true"/> + <property name="EDID" type="string" value="a6dd2ab460a400485eba2ab58912393a08c2b558"/> + <property name="Resolution" type="string" value="1920x1080"/> + <property name="RefreshRate" type="double" value="74.972502921564583"/> + <property name="ModeFlags" type="uint64" value="10"/> + <property name="Rotation" type="int" value="0"/> + <property name="Reflection" type="string" value="0"/> + <property name="Primary" type="bool" value="false"/> + <property name="Scale" type="double" value="1"/> + <property name="Position" type="empty"> + <property name="X" type="int" value="0"/> + <property name="Y" type="int" value="0"/> + </property> + </property> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="keyboards" version="1.0"> + <property name="Default" type="empty"> + <property name="KeyRepeat" type="empty"> + <property name="Delay" type="int" value="200"/> + <property name="Rate" type="int" value="50"/> + </property> + <property name="Numlock" type="bool" value="false"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="pointers" version="1.0"> + <property name="SYNA30BD00_06CBCE08" type="empty"> + <property name="Properties" type="empty"> + <property name="libinput_Tapping_Enabled" type="int" value="1"/> + <property name="libinput_Disable_While_Typing_Enabled" type="int" value="1"/> + <property name="libinput_Click_Method_Enabled" type="array"> + <value type="int" value="0"/> + <value type="int" value="1"/> + </property> + </property> + <property name="RightHanded" type="bool" value="true"/> + <property name="ReverseScrolling" type="bool" value="true"/> + <property name="Threshold" type="int" value="1"/> + <property name="Acceleration" type="double" value="5"/> + </property> + <property name="Logitech_K400_Plus" type="empty"> + <property name="RightHanded" type="bool" value="true"/> + <property name="ReverseScrolling" type="bool" value="true"/> + <property name="Threshold" type="int" value="1"/> + <property name="Acceleration" type="double" value="5"/> + </property> + <property name="Logitech_Wireless_Receiver_Mouse" type="empty"> + <property name="Properties" type="empty"> + <property name="libinput_High_Resolution_Wheel_Scroll_Enabled" type="int" value="1"/> + </property> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar-shares-plugin" version="1.0"> + <property name="show-menu-contribution" type="bool" value="true"/> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar-volman" version="1.0"> + <property name="automount-drives" type="empty"> + <property name="enabled" type="bool" value="false"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar" version="1.0"> + <property name="last-view" type="string" value="ThunarDetailsView"/> + <property name="last-location-bar" type="string" value="ThunarLocationButtons"/> + <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/> + <property name="last-separator-position" type="int" value="170"/> + <property name="last-show-hidden" type="bool" value="true"/> + <property name="last-window-width" type="int" value="1419"/> + <property name="last-window-height" type="int" value="805"/> + <property name="last-window-maximized" type="bool" value="true"/> + <property name="misc-single-click" type="bool" value="false"/> + <property name="misc-file-size-binary" type="bool" value="false"/> + <property name="misc-show-delete-action" type="bool" value="true"/> + <property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/> + <property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/> + <property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_16"/> + <property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_SHORTCUTS"/> + <property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_CUSTOM_SIMPLE"/> + <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,168,152,115,158,87,50,64,1202,523,50,71,50,324"/> + <property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/> + <property name="misc-date-custom-style" type="string" value="%m/%d/%Y (%a) %H%M"/> + <property name="misc-thumbnail-draw-frames" type="bool" value="true"/> + <property name="last-splitview-separator-position" type="int" value="382"/> + <property name="misc-use-csd" type="bool" value="true"/> + <property name="shortcuts-icon-emblems" type="bool" value="true"/> + <property name="tree-icon-emblems" type="bool" value="true"/> + <property name="misc-symbolic-icons-in-sidepane" type="bool" value="false"/> + <property name="misc-symbolic-icons-in-toolbar" type="bool" value="false"/> + <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"/> + <property name="last-renamer-dialog-maximized" type="bool" value="true"/> + <property name="last-renamer-dialog-width" type="int" value="579"/> + <property name="last-renamer-dialog-height" type="int" value="490"/> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <property name="last" type="empty"> + <property name="window-height" type="int" value="422"/> + <property name="window-width" type="int" value="580"/> + <property name="pane-position" type="int" value="180"/> + </property> + <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> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-desktop" version="1.0"> + <property name="last-settings-migration-version" type="uint" value="1"/> + <property name="backdrop" type="empty"> + <property name="single-workspace-mode" type="bool" value="true"/> + <property name="single-workspace-number" type="int" value="0"/> + <property name="screen0" type="empty"> + <property name="monitoreDP1" type="empty"> + <property name="workspace0" type="empty"> + <property name="image-style" type="int" value="0"/> + <property name="color-style" type="int" value="0"/> + <property name="rgba1" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + </property> + </property> + <property name="monitorDP1" type="empty"> + <property name="workspace0" type="empty"> + <property name="image-style" type="int" value="0"/> + <property name="color-style" type="int" value="0"/> + <property name="rgba1" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + </property> + </property> + <property name="monitorDP2" type="empty"> + <property name="workspace0" type="empty"> + <property name="image-style" type="int" value="0"/> + <property name="color-style" type="int" value="0"/> + <property name="rgba1" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + </property> + </property> + <property name="monitorHDMI1" type="empty"> + <property name="workspace0" type="empty"> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="0"/> + <property name="rgba1" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + </property> + </property> + </property> + </property> + <property name="last" type="empty"> + <property name="window-width" type="int" value="662"/> + <property name="window-height" type="int" value="547"/> + </property> + <property name="desktop-icons" type="empty"> + <property name="icon-size" type="uint" value="32"/> + <property name="tooltip-size" type="double" value="48"/> + <property name="gravity" type="int" value="2"/> + <property name="file-icons" type="empty"> + <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="confirm-sorting" type="bool" value="false"/> + <property name="use-custom-font-size" type="bool" value="false"/> + </property> + <property name="desktop-menu" type="empty"> + <property name="show" type="bool" value="false"/> + <property name="show-icons" type="bool" value="false"/> + </property> +</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 @@ +<?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="blueman"/> + <value type="string" value="cbatticon"/> + <value type="string" value="chromium"/> + <value type="string" value="code"/> + <value type="string" value="code-oss"/> + <value type="string" value="com.github.unrud.VideoDownloader"/> + <value type="string" value="com.uploadedlobster.peek"/> + <value type="string" value="FileZilla"/> + <value type="string" value="LibreWolf"/> + <value type="string" value="LosslessCut"/> + <value type="string" value="Mullvad VPN"/> + <value type="string" value="notify-send"/> + <value type="string" value="org.freedesktop.network-manager-applet"/> + <value type="string" value="org.gnome.Evolution"/> + <value type="string" value="org.gnome.Evolution-alarm-notify"/> + <value type="string" value="org.gnome.World.PikaBackup.Monitor"/> + <value type="string" value="org.kde.kdenlive"/> + <value type="string" value="org.qbittorrent.qBittorrent"/> + <value type="string" value="org.xfce.Thunar"/> + <value type="string" value="Panahone"/> + <value type="string" value="System Config Printer Notification"/> + <value type="string" value="vesktop"/> + <value type="string" value="Xfce volume control"/> + <value type="string" value="Xfce volume daemon"/> + <value type="string" value="Xfce4-notifyd settings"/> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="xfce4-settings-helper"/> + </property> + </property> + <property name="date-time-custom-format" type="string" value="%a %H:%M:%S"/> + <property name="do-fadeout" type="bool" value="false"/> + <property name="theme" type="string" value="Beacon"/> + <property name="initial-opacity" type="double" value="1"/> + <property name="do-not-disturb" type="bool" value="false"/> + <property name="do-slideout" type="bool" value="false"/> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-panel" version="1.0"> + <property name="plugins" type="empty"> + <property name="clipman" type="empty"> + <property name="settings" type="empty"> + <property name="max-texts-in-history" type="uint" value="995"/> + </property> + <property name="tweaks" type="empty"> + <property name="never-confirm-history-clear" type="bool" value="false"/> + <property name="inhibit" type="bool" value="false"/> + </property> + </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="rednotebook"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (68%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (78%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (87%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (69%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (95%)"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (82%)"/> + <value type="string" value="anydesk"/> + <value type="string" value="nxrunner.bin"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (89%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (81%)"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (67%)"/> + <value type="string" value="configuring wi-fi network connection “single-user-byod__abnb”…"/> + <value type="string" value="notes"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (63%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (66%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (67%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (70%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (62%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (81%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (80%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (63%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (66%)
vpn connection active"/> + <value type="string" value="solaar"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (65%)
vpn connection active"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (68%)"/> + <value type="string" value="wi-fi network connection “@hyatt_wifi” active: @hyatt_wifi (74%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (61%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (62%)"/> + <value type="string" value="no network connection"/> + <value type="string" value="system-config-printer"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (68%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (66%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (67%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (70%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (85%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (82%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (75%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (65%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (63%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (69%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (92%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (76%)"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (83%)"/> + <value type="string" value="wi-fi network connection “single-user-byod__abnb” active: single-user-byod__abnb (84%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (99%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (80%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (77%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (79%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (73%)"/> + <value type="string" value="reminders"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (74%)"/> + <value type="string" value="evolution-alarm-notify"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (78%)"/> + <value type="string" value="networkmanager applet"/> + <value type="string" value="panahone"/> + <value type="string" value="clipman"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (71%)"/> + <value type="string" value="wi-fi network connection “2bg795bd” active: 2bg795bd (72%)"/> + </property> + <property name="known-items" type="array"> + <value type="string" value="easyeffects"/> + <value type="string" value="SimpleScreenRecorder"/> + <value type="string" value="zoom"/> + <value type="string" value="indicator-solaar"/> + <value type="string" value="mic-icon"/> + <value type="string" value="media-control-app"/> + <value type="string" value="vlc"/> + <value type="string" value="qBittorrent"/> + <value type="string" value="chrome_status_icon_1"/> + <value type="string" value="Insync"/> + <value type="string" value="blueman"/> + </property> + </property> + <property name="plugin-7" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-8" type="string" value="clock"> + <property name="digital-layout" type="uint" value="3"/> + <property name="digital-time-font" type="string" value="Roboto Mono 9"/> + <property name="digital-time-format" type="string" value="%m/%d (%a) %H%M"/> + </property> + <property name="plugin-9" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-10" type="string" value="actions"> + <property name="items" type="array"> + <value type="string" value="-lock-screen"/> + <value type="string" value="-switch-user"/> + <value type="string" value="-separator"/> + <value type="string" value="-suspend"/> + <value type="string" value="-hibernate"/> + <value type="string" value="-hybrid-sleep"/> + <value type="string" value="-separator"/> + <value type="string" value="-shutdown"/> + <value type="string" value="-restart"/> + <value type="string" value="-separator"/> + <value type="string" value="+logout"/> + <value type="string" value="-logout-dialog"/> + </property> + <property name="appearance" type="uint" value="0"/> + </property> + <property name="plugin-1" type="string" value="whiskermenu"> + <property name="recent" type="array"> + <value type="string" value="thunar.desktop"/> + <value type="string" value="xfce-ui-settings.desktop"/> + <value type="string" value="protonmailimssgimssgkj.desktop"/> + <value type="string" value="firefox.desktop"/> + <value type="string" value="org.gnome.Calendar.desktop"/> + <value type="string" value="org.gnome.Epiphany.desktop"/> + <value type="string" value="org.gnome.Calculator.desktop"/> + <value type="string" value="org.gnome.Evolution.desktop"/> + <value type="string" value="pss.desktop"/> + <value type="string" value="windows notepad--Wine Notepad--1765604007.788646.desktop"/> + </property> + <property name="category-show-name" type="bool" value="true"/> + <property name="launcher-show-tooltip" type="bool" value="false"/> + <property name="launcher-show-description" type="bool" value="false"/> + <property name="launcher-icon-size" type="int" value="-1"/> + <property name="category-icon-size" type="int" value="-1"/> + <property name="menu-width" type="int" value="640"/> + <property name="menu-height" type="int" value="480"/> + <property name="profile-shape" type="int" value="2"/> + <property name="position-profile-alternate" type="bool" value="true"/> + <property name="show-button-title" type="bool" value="true"/> + <property name="button-icon" type="string" value="xfce-wm-menu"/> + <property name="default-category" type="int" value="1"/> + <property name="show-command-menueditor" type="bool" value="false"/> + <property name="show-command-profile" type="bool" value="false"/> + <property name="menu-opacity" type="int" value="100"/> + <property name="favorites" type="array"> + </property> + <property name="button-title" type="string" value=" Applications"/> + </property> + <property name="plugin-2" type="string" value="places"> + <property name="show-button-type" type="int" value="1"/> + <property name="button-label" type="string" value=" Places "/> + </property> + <property name="plugin-3" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-4" type="string" value="showdesktop"/> + <property name="plugin-5" type="string" value="tasklist"> + <property name="flat-buttons" type="bool" value="false"/> + <property name="grouping" type="bool" value="false"/> + <property name="show-wireframes" type="bool" value="false"/> + </property> + <property name="plugin-11" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-12" type="string" value="pager"> + <property name="rows" type="uint" value="1"/> + <property name="miniature-view" type="bool" value="false"/> + </property> + <property name="plugin-13" type="string" value="separator"> + <property name="style" type="uint" value="2"/> + </property> + <property name="plugin-14" type="string" value="thunar-tpa"/> + <property name="plugin-15" type="string" value="power-manager-plugin"/> + <property name="plugin-16" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="false"/> + <property name="show-notifications" type="uint" value="0"/> + <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"/> + <property name="enable-wnck" type="bool" value="false"/> + <property name="enable-multimedia-keys" type="bool" value="false"/> + <property name="enable-mpris" type="bool" value="false"/> + <property name="rec-indicator-persistent" type="bool" value="false"/> + </property> + <property name="plugin-17" type="string" value="notification-plugin"/> + <property name="plugin-18" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17586837035.desktop"/> + </property> + </property> + <property name="plugin-19" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17586837136.desktop"/> + </property> + </property> + <property name="plugin-20" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17586838187.desktop"/> + </property> + </property> + <property name="plugin-22" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17586848379.desktop"/> + </property> + </property> + <property name="plugin-25" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17591773312.desktop"/> + </property> + <property name="show-label" type="bool" value="true"/> + <property name="disable-tooltips" type="bool" value="true"/> + </property> + <property name="plugin-26" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-23" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17608897311.desktop"/> + </property> + </property> + <property name="notes" type="empty"> + <property name="global" type="empty"> + <property name="version" type="string" value="1.12.0"/> + </property> + </property> + <property name="plugin-21" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17637581031.desktop"/> + </property> + </property> + <property name="plugin-24" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="17669743811.desktop"/> + </property> + </property> + </property> + <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="true"/> + <property name="panel-1" type="empty"> + <property name="position" type="string" value="p=6;x=0;y=0"/> + <property name="length" type="uint" value="100"/> + <property name="position-locked" type="bool" value="true"/> + <property name="icon-size" type="uint" value="16"/> + <property name="size" type="uint" value="20"/> + <property name="plugin-ids" type="array"> + <value type="int" value="1"/> + <value type="int" value="2"/> + <value type="int" value="25"/> + <value type="int" value="26"/> + <value type="int" value="18"/> + <value type="int" value="19"/> + <value type="int" value="24"/> + <value type="int" value="20"/> + <value type="int" value="23"/> + <value type="int" value="21"/> + <value type="int" value="22"/> + <value type="int" value="3"/> + <value type="int" value="16"/> + <value type="int" value="15"/> + <value type="int" value="6"/> + <value type="int" value="17"/> + <value type="int" value="7"/> + <value type="int" value="8"/> + <value type="int" value="9"/> + <value type="int" value="10"/> + </property> + <property name="background-style" type="uint" value="1"/> + <property name="background-rgba" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + </property> + <property name="panel-2" type="empty"> + <property name="position" type="string" value="p=8;x=96;y=1055"/> + <property name="size" type="uint" value="20"/> + <property name="position-locked" type="bool" value="true"/> + <property name="length" type="double" value="100"/> + <property name="background-style" type="uint" value="1"/> + <property name="background-rgba" type="array"> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="0.18823529411764706"/> + <value type="double" value="1"/> + </property> + <property name="plugin-ids" type="array"> + <value type="int" value="4"/> + <value type="int" value="5"/> + <value type="int" value="11"/> + <value type="int" value="12"/> + <value type="int" value="13"/> + <value type="int" value="14"/> + </property> + </property> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-power-manager" version="1.0"> + <property name="xfce4-power-manager" type="empty"> + <property name="brightness-switch-restore-on-exit" type="int" value="0"/> + <property name="brightness-switch" type="int" value="0"/> + <property name="show-tray-icon" type="bool" value="false"/> + <property name="dpms-on-ac-sleep" type="uint" value="59"/> + <property name="dpms-on-ac-off" type="uint" value="60"/> + <property name="brightness-on-battery" type="uint" value="480"/> + <property name="lid-action-on-battery" type="uint" value="1"/> + <property name="show-presentation-indicator" type="bool" value="true"/> + <property name="dpms-on-battery-sleep" type="uint" value="10"/> + <property name="dpms-on-battery-off" type="uint" value="15"/> + <property name="brightness-level-on-battery" type="uint" value="20"/> + <property name="critical-power-level" type="uint" value="5"/> + <property name="dpms-enabled" type="bool" value="true"/> + <property name="presentation-mode" type="bool" value="false"/> + <property name="lid-action-on-ac" type="uint" value="0"/> + <property name="show-panel-label" type="int" value="1"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-screensaver" version="1.0"> + <property name="saver" type="empty"> + <property name="mode" type="int" value="0"/> + <property name="enabled" type="bool" value="false"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-screenshooter" version="1.0"> + <property name="actions" type="empty"> + <property name="actions" type="int" value="0"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-session" version="1.0"> + <property name="general" type="empty"> + <property name="FailsafeSessionName" type="empty"/> + <property name="LockCommand" type="empty"/> + <property name="SessionName" type="string" value="Default"/> + </property> + <property name="sessions" type="empty"> + <property name="Failsafe" type="empty"> + <property name="IsFailsafe" type="empty"/> + <property name="Count" type="empty"/> + <property name="Client0_Command" type="empty"/> + <property name="Client0_Priority" type="empty"/> + <property name="Client0_PerScreen" type="empty"/> + <property name="Client1_Command" type="empty"/> + <property name="Client1_Priority" type="empty"/> + <property name="Client1_PerScreen" type="empty"/> + <property name="Client2_Command" type="empty"/> + <property name="Client2_Priority" type="empty"/> + <property name="Client2_PerScreen" type="empty"/> + <property name="Client3_Command" type="empty"/> + <property name="Client3_Priority" type="empty"/> + <property name="Client3_PerScreen" type="empty"/> + <property name="Client4_Command" type="empty"/> + <property name="Client4_Priority" type="empty"/> + <property name="Client4_PerScreen" type="empty"/> + </property> + <property name="FailsafeWayland" type="empty"> + <property name="IsFailsafe" type="empty"/> + <property name="Count" type="empty"/> + <property name="Client0_Command" type="empty"/> + <property name="Client0_Priority" type="empty"/> + <property name="Client0_PerScreen" type="empty"/> + <property name="Client1_Command" type="empty"/> + <property name="Client1_Priority" type="empty"/> + <property name="Client1_PerScreen" type="empty"/> + <property name="Client2_Command" type="empty"/> + <property name="Client2_Priority" type="empty"/> + <property name="Client2_PerScreen" type="empty"/> + <property name="Client3_Command" type="empty"/> + <property name="Client3_Priority" type="empty"/> + <property name="Client3_PerScreen" type="empty"/> + </property> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-settings-editor" version="1.0"> + <property name="last" type="empty"> + <property name="window-width" type="int" value="647"/> + <property name="window-height" type="int" value="450"/> + <property name="paned-position" type="int" value="180"/> + </property> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-settings-manager" version="1.0"> + <property name="last" type="empty"> + <property name="window-width" type="int" value="663"/> + <property name="window-height" type="int" value="500"/> + </property> +</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 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-taskmanager" version="1.0"> + <property name="window-maximized" type="bool" value="false"/> + <property name="window-width" type="int" value="400"/> + <property name="window-height" type="int" value="600"/> + <property name="interface" type="empty"> + <property name="show-filter" type="bool" value="true"/> + <property name="show-legend" type="bool" value="true"/> + <property name="process-tree" type="bool" value="false"/> + </property> +</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 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-volumed-pulse" version="1.0"> + <property name="icon-style" type="uint" value="0"/> + <property name="volume-step-size" type="uint" value="5"/> +</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 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xsettings" version="1.0"> + <property name="Net" type="empty"> + <property name="ThemeName" type="string" value="Adwaita-dark"/> + <property name="IconThemeName" type="string" value="elementary-xfce"/> + <property name="DoubleClickTime" type="int" value="400"/> + <property name="DoubleClickDistance" type="int" value="5"/> + <property name="DndDragThreshold" type="int" value="8"/> + <property name="CursorBlink" type="bool" value="false"/> + <property name="CursorBlinkTime" type="empty"/> + <property name="SoundThemeName" type="empty"/> + <property name="EnableEventSounds" type="empty"/> + <property name="EnableInputFeedbackSounds" type="empty"/> + </property> + <property name="Xft" type="empty"> + <property name="DPI" type="int" value="-1"/> + <property name="Antialias" type="empty"/> + <property name="Hinting" type="int" value="1"/> + <property name="HintStyle" type="string" value="hintfull"/> + <property name="RGBA" type="string" value="rgb"/> + </property> + <property name="Gtk" type="empty"> + <property name="CanChangeAccels" type="bool" value="true"/> + <property name="ColorPalette" type="empty"/> + <property name="FontName" type="string" value="Adwaita Sans 10"/> + <property name="MonospaceFontName" type="string" value="Roboto Mono 9"/> + <property name="IconSizes" type="empty"/> + <property name="KeyThemeName" type="empty"/> + <property name="MenuImages" type="bool" value="true"/> + <property name="ButtonImages" type="bool" value="true"/> + <property name="MenuBarAccel" type="empty"/> + <property name="CursorThemeName" type="empty"/> + <property name="CursorThemeSize" type="empty"/> + <property name="DecorationLayout" type="string" value=":minimize,maximize,close"/> + <property name="DialogsUseHeader" type="bool" value="true"/> + <property name="TitlebarMiddleClick" type="empty"/> + <property name="EnableAnimations" type="bool" value="false"/> + </property> + <property name="Gdk" type="empty"> + <property name="WindowScalingFactor" type="int" value="1"/> + </property> + <property name="Xfce" type="empty"> + <property name="LastCustomDPI" type="int" value="128"/> + </property> +</channel> @@ -4,20 +4,6 @@ .config/gtk-2.0/gtkfilechooser.ini .config/gtk-3.0/custom-papers .config/shell/.zcompdump -.config/xfce4/desktop/* -.config/xfce4/help* -.config/xfce4/panel/* -.config/xfce4/terminal/accels.scm -.config/xfce4/xfce4* -.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml -.config/xfce4/xfconf/xfce-perchannel-xml/key* -.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml -.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml -.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-* -!.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml -!.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml -!.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml -.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml .config/zed/.tmp* .local/bin/avp .local/bin/kj-gitbot |
