From 37073ac9c155565f596d83a573017e998d289a8e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 29 Oct 2023 15:37:30 +0900 Subject: [PATCH] corrected for thunar script --- assets/Thunar/accels.scm | 131 ++++ assets/Thunar/renamerrc | 10 + assets/Thunar/uca.xml | 59 ++ assets/xfce4/helpers.rc | 4 + assets/xfce4/panel/whiskermenu-7.rc | 83 +++ assets/xfce4/terminal/terminalrc | 42 ++ assets/xfce4/xfce4-screenshooter | 7 + assets/xfce4/xfce4-taskmanager.rc | 27 + .../xfconf/xfce-perchannel-xml/keyboards.xml | 8 + .../xfconf/xfce-perchannel-xml/pointers.xml | 13 + .../xfce-perchannel-xml/thunar-volman.xml | 19 + .../xfconf/xfce-perchannel-xml/thunar.xml | 31 + .../xfce-perchannel-xml/xfce4-appfinder.xml | 48 ++ .../xfce-perchannel-xml/xfce4-desktop.xml | 685 ++++++++++++++++++ .../xfce4-keyboard-shortcuts.xml | 245 +++++++ .../xfce-perchannel-xml/xfce4-notifyd.xml | 54 ++ .../xfce-perchannel-xml/xfce4-panel.xml | 117 +++ .../xfce4-power-manager.xml | 29 + .../xfce-perchannel-xml/xfce4-screensaver.xml | 15 + .../xfce-perchannel-xml/xfce4-session.xml | 34 + .../xfce4-settings-manager.xml | 8 + .../xfconf/xfce-perchannel-xml/xfwm4.xml | 92 +++ .../xfconf/xfce-perchannel-xml/xsettings.xml | 44 ++ install-scripts/thunar.sh | 4 +- 24 files changed, 1807 insertions(+), 2 deletions(-) create mode 100644 assets/Thunar/accels.scm create mode 100644 assets/Thunar/renamerrc create mode 100644 assets/Thunar/uca.xml create mode 100644 assets/xfce4/helpers.rc create mode 100644 assets/xfce4/panel/whiskermenu-7.rc create mode 100644 assets/xfce4/terminal/terminalrc create mode 100644 assets/xfce4/xfce4-screenshooter create mode 100644 assets/xfce4/xfce4-taskmanager.rc create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/pointers.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/thunar.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml create mode 100644 assets/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff --git a/assets/Thunar/accels.scm b/assets/Thunar/accels.scm new file mode 100644 index 0000000..0dd646e --- /dev/null +++ b/assets/Thunar/accels.scm @@ -0,0 +1,131 @@ +; thunar GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/ThunarStandardView/sort-by-type" "") +; (gtk_accel_path "/ThunarStatusBar/toggle-last-modified" "") +; (gtk_accel_path "/ThunarActionManager/cut" "x") +; (gtk_accel_path "/ThunarStandardView/sort-by-size" "") +; (gtk_accel_path "/ThunarWindow/file-menu" "") +; (gtk_accel_path "/ThunarWindow/close-tab" "w") +; (gtk_accel_path "/ThunarStatusBar/toggle-size" "") +; (gtk_accel_path "/ThunarWindow/new-window" "n") +; (gtk_accel_path "/ThunarBookmarks/05236c1e56bf89e963d95883e09da5b4" "") +; (gtk_accel_path "/ThunarWindow/clear-directory-specific-settings" "") +; (gtk_accel_path "/ThunarWindow/close-window" "q") +; (gtk_accel_path "/ThunarWindow/open-parent" "Up") +; (gtk_accel_path "/ThunarWindow/view-side-pane-menu" "") +; (gtk_accel_path "/ThunarStatusBar/toggle-size-in-bytes" "") +; (gtk_accel_path "/ThunarWindow/switch-previous-tab" "Page_Up") +; (gtk_accel_path "/ThunarBookmarks/3925ac2f7e4055558c447a20c2e047ad" "") +; (gtk_accel_path "/ThunarActionManager/open" "o") +; (gtk_accel_path "/ThunarStandardView/sort-ascending" "") +; (gtk_accel_path "/ThunarWindow/toggle-split-view" "F3") +; (gtk_accel_path "/ThunarActionManager/copy-2" "Insert") +; (gtk_accel_path "/ThunarActionManager/trash-delete" "Delete") +; (gtk_accel_path "/ThunarWindow/open-recent" "") +; (gtk_accel_path "/ThunarWindow/view-configure-toolbar" "") +; (gtk_accel_path "/ThunarStandardView/forward" "Right") +; (gtk_accel_path "/ThunarActionManager/restore" "") +; (gtk_accel_path "/ThunarWindow/open-location-alt" "d") +; (gtk_accel_path "/ThunarBookmarks/54b46b08907eba130aa7b45747971edc" "") +; (gtk_accel_path "/ThunarWindow/zoom-out-alt" "minus") +; (gtk_accel_path "/ThunarStandardView/select-by-pattern" "s") +; (gtk_accel_path "/ThunarWindow/open-file-menu" "F10") +; (gtk_accel_path "/ThunarWindow/contents" "F1") +; (gtk_accel_path "/ThunarWindow/show-highlight" "") +; (gtk_accel_path "/ThunarBookmarks/44e0e66b3d753576f90ed75c87917822" "") +; (gtk_accel_path "/ThunarStandardView/sort-descending" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-name" "") +; (gtk_accel_path "/ThunarBookmarks/b6b3368230fb9c168f1090ce48fbb4f5" "") +; (gtk_accel_path "/ThunarStandardView/select-all-files" "a") +; (gtk_accel_path "/ThunarActionManager/execute" "") +; (gtk_accel_path "/ThunarStandardView/properties" "Return") +; (gtk_accel_path "/ThunarActionManager/cut-2" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-dtime" "") +; (gtk_accel_path "/ThunarWindow/switch-next-tab" "Page_Down") +; (gtk_accel_path "/ThunarActionManager/paste-2" "Insert") +; (gtk_accel_path "/ThunarWindow/open-templates" "") +; (gtk_accel_path "/ThunarStatusBar/toggle-filetype" "") +; (gtk_accel_path "/ThunarBookmarks/e02afe67295bafd99368cbfb38bfb76a" "") +; (gtk_accel_path "/ThunarWindow/close-all-windows" "w") +; (gtk_accel_path "/ThunarStandardView/create-document" "") +; (gtk_accel_path "/ThunarWindow/detach-tab" "") +; (gtk_accel_path "/ThunarBookmarks/707266d8a544f819b5de3061849d9040" "") +; (gtk_accel_path "/ThunarBookmarks/978d3e7a7225e42c977fe94183792d87" "") +; (gtk_accel_path "/ThunarWindow/cancel-search" "Escape") +; (gtk_accel_path "/ThunarWindow/zoom-in-alt2" "equal") +; (gtk_accel_path "/ThunarShortcutsPane/sendto-shortcuts" "d") +; (gtk_accel_path "/ThunarActionManager/undo" "z") +; (gtk_accel_path "/ThunarStandardView/toggle-sort-order" "") +; (gtk_accel_path "/ThunarWindow/reload-alt" "F5") +; (gtk_accel_path "/ThunarWindow/view-location-selector-entry" "") +; (gtk_accel_path "/ThunarActionManager/paste" "v") +; (gtk_accel_path "/ThunarWindow/zoom-in-alt1" "plus") +; (gtk_accel_path "/ThunarWindow/view-menubar" "m") +; (gtk_accel_path "/ThunarStandardView/back" "Left") +; (gtk_accel_path "/ThunarWindow/open-desktop" "") +; (gtk_accel_path "/ThunarWindow/view-as-detailed-list" "2") +; (gtk_accel_path "/ThunarActionManager/restore-show" "") +; (gtk_accel_path "/ThunarWindow/zoom-out" "KP_Subtract") +; (gtk_accel_path "/ThunarStatusBar/toggle-display-name" "") +; (gtk_accel_path "/ThunarWindow/sendto-menu" "") +; (gtk_accel_path "/ThunarWindow/go-menu" "") +; (gtk_accel_path "/ThunarWindow/remove-from-recent" "") +; (gtk_accel_path "/ThunarActionManager/open-with-other" "") +; (gtk_accel_path "/ThunarStandardView/invert-selection" "") +; (gtk_accel_path "/ThunarWindow/view-side-pane-shortcuts" "b") +; (gtk_accel_path "/ThunarWindow/view-location-selector-menu" "") +; (gtk_accel_path "/ThunarWindow/edit-menu" "") +; (gtk_accel_path "/ThunarWindow/reload" "r") +; (gtk_accel_path "/ThunarActionManager/move-to-trash" "") +; (gtk_accel_path "/ThunarActionManager/copy" "c") +; (gtk_accel_path "/ThunarActionManager/delete-3" "KP_Delete") +; (gtk_accel_path "/ThunarWindow/toggle-side-pane" "F9") +; (gtk_accel_path "/ThunarStandardView/unselect-all-files" "Escape") +; (gtk_accel_path "/ThunarStandardView/arrange-items-menu" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-mtime" "") +; (gtk_accel_path "/ThunarWindow/open-computer" "") +; (gtk_accel_path "/ThunarWindow/bookmarks-menu" "") +; (gtk_accel_path "/ThunarWindow/toggle-image-preview" "") +; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") +; (gtk_accel_path "/ThunarActionManager/delete-2" "Delete") +; (gtk_accel_path "/ThunarWindow/zoom-in" "KP_Add") +; (gtk_accel_path "/ThunarStandardView/rename" "F2") +; (gtk_accel_path "/ThunarWindow/open-location" "l") +; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") +; (gtk_accel_path "/ThunarWindow/view-menu" "") +; (gtk_accel_path "/ThunarWindow/search" "f") +; (gtk_accel_path "/ThunarWindow/new-tab" "t") +; (gtk_accel_path "/ThunarWindow/zoom-reset" "KP_0") +; (gtk_accel_path "/ThunarWindow/contents/help-menu" "") +; (gtk_accel_path "/ThunarActionManager/open-in-new-tab" "p") +; (gtk_accel_path "/ThunarWindow/view-location-selector-buttons" "") +; (gtk_accel_path "/ThunarActionManager/redo" "z") +; (gtk_accel_path "/ThunarWindow/open-trash" "") +; (gtk_accel_path "/ThunarActionManager/open-in-new-window" "o") +; (gtk_accel_path "/ThunarWindow/view-statusbar" "") +; (gtk_accel_path "/ThunarActionManager/open-location" "") +; (gtk_accel_path "/ThunarStandardView/duplicate" "") +; (gtk_accel_path "/ThunarBookmarks/c76f07a72d3c8ef5d4bf8e84c8981221" "") +; (gtk_accel_path "/ThunarActionManager/trash-delete-2" "KP_Delete") +; (gtk_accel_path "/ThunarBookmarks/1b01cfaf1605da233a4b53296606bab0" "") +; (gtk_accel_path "/ThunarBookmarks/780467f8577186d3f1806d9df2a8aab9" "") +; (gtk_accel_path "/ThunarBookmarks/e9f83883e2df949f12acd9850f926a67" "") +; (gtk_accel_path "/ThunarStandardView/create-folder" "n") +; (gtk_accel_path "/ThunarWindow/open-home" "Home") +; (gtk_accel_path "/ThunarWindow/show-hidden" "h") +; (gtk_accel_path "/ThunarStandardView/back-alt" "BackSpace") +; (gtk_accel_path "/ThunarStandardView/set-default-app" "") +; (gtk_accel_path "/ThunarWindow/empty-trash" "") +; (gtk_accel_path "/ThunarBookmarks/a02380ffe1621507749c5c5773da7194" "") +; (gtk_accel_path "/ThunarWindow/preferences" "") +; (gtk_accel_path "/ThunarActionManager/delete" "") +; (gtk_accel_path "/ThunarWindow/view-side-pane-tree" "e") +; (gtk_accel_path "/ThunarWindow/open-file-system" "") +; (gtk_accel_path "/ThunarWindow/open-network" "") +; (gtk_accel_path "/ThunarActionManager/sendto-desktop" "") +; (gtk_accel_path "/ThunarStandardView/make-link" "") +; (gtk_accel_path "/ThunarBookmarks/5a2d02665264f10a15b7d94f958e51dc" "") +; (gtk_accel_path "/ThunarWindow/zoom-reset-alt" "0") +; (gtk_accel_path "/ThunarBookmarks/3b727c236c2811d0a6488b65982ea897" "") +; (gtk_accel_path "/ThunarWindow/about" "") diff --git a/assets/Thunar/renamerrc b/assets/Thunar/renamerrc new file mode 100644 index 0000000..1cbe905 --- /dev/null +++ b/assets/Thunar/renamerrc @@ -0,0 +1,10 @@ +[Configuration] +LastActiveMode=THUNAR_RENAMER_MODE_NAME +LastActiveRenamer=ThunarSbrDateRenamer + +[ThunarSbrDateRenamer] +Offset=0 +Mode=THUNAR_SBR_DATE_MODE_NOW +Format=%Y%m%d +OffsetMode=THUNAR_SBR_OFFSET_MODE_LEFT + diff --git a/assets/Thunar/uca.xml b/assets/Thunar/uca.xml new file mode 100644 index 0000000..358e2ec --- /dev/null +++ b/assets/Thunar/uca.xml @@ -0,0 +1,59 @@ + + + + audacious + Add to audacious playlist + + 1681893052016505-1 + audacious -e %U + + * + * + + + + utilities-terminal + Open Terminal Here + + 1488955845049151-1 + for f in %F; do exo-open --working-directory "$f" --launch TerminalEmulator; done + + + * + + + + + checkbox + Check sha1sum + + 1526633271260079-26 + zenity --info --title="Check sha1 for %n" --text="$(sha1sum %f)" + Check sha1sum + + *.iso;*.ISO + + + + checkbox + Check sha256sum + + 1577688162350307-1 + zenity --info --title="Check sha256 for %n" --text="$(sha256sum %f)" + Check sha256sum + + *.iso;*.ISO + + + + checkbox + Check md5sum + + 1526736788575383-2 + zenity --info --title="Check md5 for %n" --text="$(md5sum %f)" + Check md5sum + + *.iso;*.ISO;*.tar.gz;*.TAR.GZ;*.zip;*.ZIP + + + diff --git a/assets/xfce4/helpers.rc b/assets/xfce4/helpers.rc new file mode 100644 index 0000000..32fb567 --- /dev/null +++ b/assets/xfce4/helpers.rc @@ -0,0 +1,4 @@ +FileManager=Thunar +TerminalEmulator=foot +WebBrowser=firefox +#MailReader=evolution diff --git a/assets/xfce4/panel/whiskermenu-7.rc b/assets/xfce4/panel/whiskermenu-7.rc new file mode 100644 index 0000000..08ecef8 --- /dev/null +++ b/assets/xfce4/panel/whiskermenu-7.rc @@ -0,0 +1,83 @@ +favorites=arcolinux-welcome-app.desktop,archlinux-tweak-tool.desktop,firefox.desktop,thunar.desktop,xfce4-terminal.desktop,conkyzen.desktop +recent= +button-title=ArcoLinux\ \ +button-icon=start-here-arcolinux +button-single-row=false +show-button-title=true +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +launcher-icon-size=2 +hover-switch-category=true +category-show-name=true +category-icon-size=2 +sort-categories=true +view-mode=1 +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=true +position-categories-alternate=true +position-categories-horizontal=false +stay-on-focus-out=false +profile-shape=0 +confirm-session-command=true +menu-width=410 +menu-height=583 +menu-opacity=80 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=archlinux-logout +show-command-lockscreen=true +command-switchuser=xfce4-session-logout -u +show-command-switchuser=true +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=false +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=false +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=false +command-suspend=xfce4-session-logout --suspend +show-command-suspend=false +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Man Pages +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Web Search +pattern=? +command=exo-open --launch WebBrowser https://google.com/?q=%u +regex=false + +[action2] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action3] +name=Run in Terminal +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action4] +name=Open URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + diff --git a/assets/xfce4/terminal/terminalrc b/assets/xfce4/terminal/terminalrc new file mode 100644 index 0000000..0cc51f2 --- /dev/null +++ b/assets/xfce4/terminal/terminalrc @@ -0,0 +1,42 @@ +[Configuration] +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=TRUE +MiscCursorBlinks=FALSE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=100x30 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=FALSE +MiscMouseWheelZoom=TRUE +MiscToolbarDefault=FALSE +MiscConfirmClose=TRUE +MiscCycleTabs=TRUE +MiscTabCloseButtons=TRUE +MiscTabCloseMiddleClick=TRUE +MiscTabPosition=GTK_POS_TOP +MiscHighlightUrls=TRUE +MiscMiddleClickOpensUri=FALSE +MiscCopyOnSelect=FALSE +MiscDefaultWorkingDir= +MiscRewrapOnResize=TRUE +MiscUseShiftArrowsToScroll=FALSE +MiscSlimTabs=FALSE +ScrollingBar=TERMINAL_SCROLLBAR_NONE +ScrollingLines=10000 +ScrollingUnlimited=TRUE +FontName=Monospace 10 +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT +BackgroundDarkness=0.600000 +DropdownStatusIcon=FALSE +MiscShowRelaunchDialog=TRUE +MiscNewTabAdjacent=FALSE +MiscSearchDialogOpacity=100 +MiscShowUnsafePasteDialog=TRUE +DropdownWidth=60 +DropdownHeight=60 +FontUseSystem=TRUE +ColorPalette=#3f3f3f;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#739fcf;#ad7fa8;#34e2e2;#eeeeec +DropdownAlwaysShowTabs=FALSE +ScrollingOnOutput=FALSE diff --git a/assets/xfce4/xfce4-screenshooter b/assets/xfce4/xfce4-screenshooter new file mode 100644 index 0000000..afd8a24 --- /dev/null +++ b/assets/xfce4/xfce4-screenshooter @@ -0,0 +1,7 @@ +delay=1 +region=1 +action=1 +show_mouse=0 +title=ArcoLinux +timestamp=TRUE +app=nomacs diff --git a/assets/xfce4/xfce4-taskmanager.rc b/assets/xfce4/xfce4-taskmanager.rc new file mode 100644 index 0000000..67f58af --- /dev/null +++ b/assets/xfce4/xfce4-taskmanager.rc @@ -0,0 +1,27 @@ +[Settings] +ShowAllProcesses=TRUE +ShowLegend=TRUE +MorePrecision=FALSE +FullCommandLine=FALSE +ShowStatusIcon=FALSE +ShowMemoryInXBytes=FALSE +MonitorPaintBox=TRUE +ShowApplicationIcons=TRUE +ToolbarStyle=DEFAULT +PromptTerminateTask=TRUE +RefreshRate=750 +ColumnsPositions=0;1;3;4;5;6;7;2;8; +ColumnUID=TRUE +ColumnPID=TRUE +ColumnPPID=FALSE +ColumnState=FALSE +ColumnVSZ=FALSE +ColumnRSS=TRUE +ColumnCPU=TRUE +ColumnPriority=FALSE +SortColumn=0 +SortType=0 +WindowWidth=644 +WindowHeight=665 +HandlePosition=164 +ProcessTreeView=FALSE diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..ff9be7f --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..6bbc4e2 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml new file mode 100644 index 0000000..c85ceea --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..a3db2b3 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..80101ba --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..0552eb0 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,685 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml new file mode 100644 index 0000000..6e4edea --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..96f5ea2 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..f18ae81 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..32ef9ec --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml new file mode 100644 index 0000000..b72e42c --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..e8d68ef --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml new file mode 100644 index 0000000..62fff05 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml new file mode 100644 index 0000000..682a2a7 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/assets/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..7355e82 --- /dev/null +++ b/assets/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index 607779d..e83dd1d 100644 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -66,7 +66,7 @@ printf "${NOTE} Installing Thunar Packages...\n" echo -e "${NOTE} Backed up $DIR1 to $DIRPATH-back-up." fi done - cp -r config/xfce4 ~/.config/ && { echo "Copy xfce4 completed!"; } || { echo "Error: Failed to copy xfce4 config files."; exit 1; } 2>&1 | tee -a "$LOG" - cp -r config/Thunar ~/.config/ && { echo "Copy Thunar completed!"; } || { echo "Error: Failed to copy Thunar config files."; exit 1; } 2>&1 | tee -a "$LOG" + cp -r assets/xfce4 ~/.config/ && { echo "Copy xfce4 completed!"; } || { echo "Error: Failed to copy xfce4 config files."; exit 1; } 2>&1 | tee -a "$LOG" + cp -r assets/Thunar ~/.config/ && { echo "Copy Thunar completed!"; } || { echo "Error: Failed to copy Thunar config files."; exit 1; } 2>&1 | tee -a "$LOG" clear