From 9abdfbac8fa18a67c5c1a731e837a81e7c992e3e Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Mon, 27 Sep 2021 00:24:47 -0400 Subject: added xfce4 dotfiles and changed some gtk settings --- Thunar/accels.scm | 102 ++++++ Thunar/renamerrc | 16 + Thunar/uca.xml | 32 ++ gtk-2.0/gtkfilechooser.ini | 2 +- gtk-3.0/gtk.css | 10 + xed/accels | 77 +++++ xfce4/desktop/icons.screen.latest.rc | 1 + xfce4/desktop/icons.screen0-1008x725.rc | 23 ++ xfce4/desktop/icons.screen0-1520x821.rc | 7 + xfce4/desktop/icons.screen0-1904x1010.rc | 7 + xfce4/desktop/icons.screen0-1904x1036.rc | 11 + xfce4/desktop/icons.screen0-1904x1037.rc | 7 + xfce4/desktop/icons.screen0-1904x1064.rc | 23 ++ xfce4/desktop/icons.screen0-1920x1080.rc | 15 + xfce4/desktop/icons.screen0-2096x1145.rc | 19 ++ xfce4/desktop/icons.screen0-2288x1253.rc | 7 + xfce4/help.rc | 2 + xfce4/helpers.rc | 3 + xfce4/panel/docklike-2.rc | 7 + xfce4/panel/launcher-15/16018541791.desktop | 11 + xfce4/panel/whiskermenu-1.rc | 80 +++++ xfce4/panel/xfce4-clipman-actions.xml | 44 +++ xfce4/terminal/accels.scm | 58 ++++ xfce4/terminal/terminalrc | 40 +++ xfce4/xfce4-notes.gtkrc | 2 + xfce4/xfce4-notes.gtkrc.1O1QV0 | 2 + xfce4/xfce4-notes.gtkrc.2W2CV0 | 2 + xfce4/xfce4-notes.gtkrc.B5QSV0 | 2 + xfce4/xfce4-notes.gtkrc.HG7HV0 | 2 + xfce4/xfce4-notes.gtkrc.OJDHV0 | 2 + xfce4/xfce4-notes.gtkrc.RHVVV0 | 2 + xfce4/xfce4-notes.gtkrc.UG0TV0 | 2 + xfce4/xfce4-screenshooter | 7 + xfce4/xfce4-taskmanager.rc | 25 ++ xfce4/xfconf/xfce-perchannel-xml/displays.xml | 103 ++++++ .../xfconf/xfce-perchannel-xml/keyboard-layout.xml | 11 + xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 7 + xfce4/xfconf/xfce-perchannel-xml/parole.xml | 16 + xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 47 +++ xfce4/xfconf/xfce-perchannel-xml/ristretto.xml | 11 + xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 24 ++ .../xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 46 +++ xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 369 +++++++++++++++++++++ .../xfce4-keyboard-shortcuts.xml | 201 +++++++++++ .../xfce-perchannel-xml/xfce4-mime-settings.xml | 11 + xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 53 +++ xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 184 ++++++++++ .../xfce-perchannel-xml/xfce4-power-manager.xml | 15 + .../xfce-perchannel-xml/xfce4-screensaver.xml | 11 + xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 37 +++ .../xfce-perchannel-xml/xfce4-settings-editor.xml | 9 + .../xfce-perchannel-xml/xfce4-settings-manager.xml | 8 + .../xfce-perchannel-xml/xfce4-volumed-pulse.xml | 6 + xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 139 ++++++++ xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 47 +++ 55 files changed, 2006 insertions(+), 1 deletion(-) create mode 100644 Thunar/accels.scm create mode 100644 Thunar/renamerrc create mode 100644 Thunar/uca.xml create mode 100644 gtk-3.0/gtk.css create mode 100644 xed/accels create mode 120000 xfce4/desktop/icons.screen.latest.rc create mode 100644 xfce4/desktop/icons.screen0-1008x725.rc create mode 100644 xfce4/desktop/icons.screen0-1520x821.rc create mode 100644 xfce4/desktop/icons.screen0-1904x1010.rc create mode 100644 xfce4/desktop/icons.screen0-1904x1036.rc create mode 100644 xfce4/desktop/icons.screen0-1904x1037.rc create mode 100644 xfce4/desktop/icons.screen0-1904x1064.rc create mode 100644 xfce4/desktop/icons.screen0-1920x1080.rc create mode 100644 xfce4/desktop/icons.screen0-2096x1145.rc create mode 100644 xfce4/desktop/icons.screen0-2288x1253.rc create mode 100644 xfce4/help.rc create mode 100644 xfce4/helpers.rc create mode 100644 xfce4/panel/docklike-2.rc create mode 100644 xfce4/panel/launcher-15/16018541791.desktop create mode 100644 xfce4/panel/whiskermenu-1.rc create mode 100644 xfce4/panel/xfce4-clipman-actions.xml create mode 100644 xfce4/terminal/accels.scm create mode 100644 xfce4/terminal/terminalrc create mode 100644 xfce4/xfce4-notes.gtkrc create mode 100644 xfce4/xfce4-notes.gtkrc.1O1QV0 create mode 100644 xfce4/xfce4-notes.gtkrc.2W2CV0 create mode 100644 xfce4/xfce4-notes.gtkrc.B5QSV0 create mode 100644 xfce4/xfce4-notes.gtkrc.HG7HV0 create mode 100644 xfce4/xfce4-notes.gtkrc.OJDHV0 create mode 100644 xfce4/xfce4-notes.gtkrc.RHVVV0 create mode 100644 xfce4/xfce4-notes.gtkrc.UG0TV0 create mode 100644 xfce4/xfce4-screenshooter create mode 100644 xfce4/xfce4-taskmanager.rc create mode 100644 xfce4/xfconf/xfce-perchannel-xml/displays.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/keyboards.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/parole.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/pointers.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/ristretto.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/thunar.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-mime-settings.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml create mode 100644 xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff --git a/Thunar/accels.scm b/Thunar/accels.scm new file mode 100644 index 0000000..4da2437 --- /dev/null +++ b/Thunar/accels.scm @@ -0,0 +1,102 @@ +; Thunar GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/ThunarLauncher/delete-3" "KP_Delete") +; (gtk_accel_path "/ThunarLauncher/delete" "") +; (gtk_accel_path "/ThunarStandardView/invert-selection" "") +; (gtk_accel_path "/ThunarBookmarks/399503bb1565fd667e608c0857f2d60e" "") +; (gtk_accel_path "/ThunarLauncher/open-in-new-tab" "p") +; (gtk_accel_path "/ThunarLauncher/delete-2" "Delete") +; (gtk_accel_path "/ThunarWindow/zoom-in" "KP_Add") +; (gtk_accel_path "/ThunarWindow/empty-trash" "") +; (gtk_accel_path "/ThunarLauncher/open" "o") +; (gtk_accel_path "/ThunarWindow/reload" "r") +; (gtk_accel_path "/ThunarBookmarks/3ec8a1ad16951616ef2418b0409090c7" "") +; (gtk_accel_path "/ThunarWindow/view-side-pane-menu" "") +; (gtk_accel_path "/ThunarStandardView/sort-ascending" "") +; (gtk_accel_path "/ThunarWindow/open-network" "") +; (gtk_accel_path "/ThunarBookmarks/af2f1389ee2b8cd3cbc1d6ef17581407" "") +; (gtk_accel_path "/ThunarWindow/contents/help-menu" "") +; (gtk_accel_path "/ThunarLauncher/move-to-trash" "") +; (gtk_accel_path "/ThunarStandardView/back-alt" "BackSpace") +; (gtk_accel_path "/ThunarLauncher/paste" "v") +; (gtk_accel_path "/ThunarWindow/switch-next-tab" "Page_Down") +; (gtk_accel_path "/ThunarWindow/open-file-menu" "F10") +; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") +; (gtk_accel_path "/ThunarWindow/about" "") +; (gtk_accel_path "/ThunarWindow/open-computer" "") +; (gtk_accel_path "/ThunarWindow/clear-directory-specific-settings" "") +; (gtk_accel_path "/ThunarWindow/open-file-system" "") +; (gtk_accel_path "/ThunarWindow/open-parent" "Up") +; (gtk_accel_path "/ThunarWindow/view-menu" "") +; (gtk_accel_path "/ThunarStandardView/properties" "Return") +; (gtk_accel_path "/ThunarLauncher/open-in-new-window" "o") +; (gtk_accel_path "/ThunarStandardView/back" "Left") +; (gtk_accel_path "/ThunarLauncher/trash-delete" "Delete") +; (gtk_accel_path "/ThunarWindow/sendto-menu" "") +; (gtk_accel_path "/ThunarBookmarks/31dde9903a2efefec97f46f612fd983b" "") +; (gtk_accel_path "/ThunarWindow/reload-alt" "F5") +; (gtk_accel_path "/ThunarBookmarks/3e6a4ee1e00e35dcea96ffe998aa763c" "") +; (gtk_accel_path "/ThunarWindow/zoom-out-alt" "minus") +; (gtk_accel_path "/ThunarStandardView/select-all-files" "a") +; (gtk_accel_path "/ThunarStandardView/select-by-pattern" "s") +; (gtk_accel_path "/ThunarBookmarks/584b065ec3fad1083269ea0c15332d09" "") +; (gtk_accel_path "/ThunarStandardView/create-document" "") +; (gtk_accel_path "/ThunarWindow/close-tab" "w") +; (gtk_accel_path "/ThunarWindow/view-side-pane-tree" "e") +; (gtk_accel_path "/ThunarShortcutsPane/sendto-shortcuts" "") +; (gtk_accel_path "/ThunarBookmarks/0b26f85d5320dd3854a2d7efe505bf82" "") +; (gtk_accel_path "/ThunarStandardView/rename" "F2") +; (gtk_accel_path "/ThunarWindow/toggle-side-pane" "F9") +; (gtk_accel_path "/ThunarWindow/open-home" "Home") +; (gtk_accel_path "/ThunarWindow/open-location-alt" "d") +; (gtk_accel_path "/ThunarBookmarks/b6ceefff69a3be93d51ae0b51b4251b9" "") +; (gtk_accel_path "/ThunarWindow/open-templates" "") +; (gtk_accel_path "/ThunarLauncher/execute" "") +; (gtk_accel_path "/ThunarWindow/close-window" "q") +; (gtk_accel_path "/ThunarLauncher/cut" "x") +; (gtk_accel_path "/ThunarLauncher/sendto-desktop" "") +; (gtk_accel_path "/ThunarWindow/zoom-in-alt2" "equal") +; (gtk_accel_path "/ThunarWindow/view-location-selector-toolbar" "") +; (gtk_accel_path "/ThunarBookmarks/f033da049c13cbd0f23f9419385379a0" "") +; (gtk_accel_path "/ThunarLauncher/open-with-other" "") +; (gtk_accel_path "/ThunarWindow/zoom-out" "KP_Subtract") +; (gtk_accel_path "/ThunarStandardView/duplicate" "") +; (gtk_accel_path "/ThunarWindow/view-side-pane-shortcuts" "b") +; (gtk_accel_path "/ThunarWindow/edit-menu" "") +; (gtk_accel_path "/ThunarWindow/contents" "F1") +; (gtk_accel_path "/ThunarWindow/preferences" "") +; (gtk_accel_path "/ThunarWindow/zoom-in-alt1" "plus") +; (gtk_accel_path "/ThunarWindow/switch-previous-tab" "Page_Up") +; (gtk_accel_path "/ThunarBookmarks/a806e5a18dc34eca5d99dce02ca16f79" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-type" "") +; (gtk_accel_path "/ThunarWindow/view-location-selector-menu" "") +; (gtk_accel_path "/ThunarWindow/view-statusbar" "") +; (gtk_accel_path "/ThunarWindow/close-all-windows" "w") +; (gtk_accel_path "/ThunarWindow/open-trash" "") +; (gtk_accel_path "/ThunarLauncher/restore" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-mtime" "") +; (gtk_accel_path "/ThunarWindow/open-desktop" "") +; (gtk_accel_path "/ThunarStandardView/arrange-items-menu" "") +; (gtk_accel_path "/ThunarStandardView/create-folder" "n") +; (gtk_accel_path "/ThunarWindow/open-location" "l") +; (gtk_accel_path "/ThunarWindow/view-menubar" "m") +; (gtk_accel_path "/ThunarWindow/zoom-reset-alt" "0") +; (gtk_accel_path "/ThunarWindow/view-as-detailed-list" "2") +; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") +; (gtk_accel_path "/ThunarWindow/new-window" "n") +; (gtk_accel_path "/ThunarStandardView/forward" "Right") +; (gtk_accel_path "/ThunarLauncher/copy" "c") +; (gtk_accel_path "/ThunarWindow/file-menu" "") +; (gtk_accel_path "/ThunarStandardView/make-link" "") +; (gtk_accel_path "/ThunarStandardView/sort-descending" "") +; (gtk_accel_path "/ThunarWindow/new-tab" "t") +; (gtk_accel_path "/ThunarWindow/go-menu" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-size" "") +; (gtk_accel_path "/ThunarBookmarks/789ed04b78e0e5f0aae0b799c43c8fd7" "") +; (gtk_accel_path "/ThunarWindow/view-location-selector-pathbar" "") +; (gtk_accel_path "/ThunarWindow/show-hidden" "h") +; (gtk_accel_path "/ThunarStandardView/sort-by-name" "") +; (gtk_accel_path "/ThunarWindow/zoom-reset" "KP_0") +; (gtk_accel_path "/ThunarLauncher/trash-delete-2" "KP_Delete") +; (gtk_accel_path "/ThunarWindow/detach-tab" "") diff --git a/Thunar/renamerrc b/Thunar/renamerrc new file mode 100644 index 0000000..dded2f9 --- /dev/null +++ b/Thunar/renamerrc @@ -0,0 +1,16 @@ +[Configuration] +LastActiveMode=THUNAR_RENAMER_MODE_SUFFIX +LastActiveRenamer=ThunarSbrInsertRenamer + +[ThunarSbrNumberRenamer] +TextMode=THUNAR_SBR_TEXT_MODE_TN +Text=Link Locations\ +Mode=THUNAR_SBR_NUMBER_MODE_123 +Start=1 + +[ThunarSbrInsertRenamer] +Offset=0 +Text=.bak +Mode=THUNAR_SBR_INSERT_MODE_INSERT +OffsetMode=THUNAR_SBR_OFFSET_MODE_RIGHT + diff --git a/Thunar/uca.xml b/Thunar/uca.xml new file mode 100644 index 0000000..26e0273 --- /dev/null +++ b/Thunar/uca.xml @@ -0,0 +1,32 @@ + + + + utilities-terminal + Open Terminal Here + 1601790652249199-1 + exo-open --working-directory %f --launch TerminalEmulator + Example for a custom action + * + + + + + folder-visiting + Open as ROOT + 1601859832500541-1 + gksudo dbus-launch thunar %f + + * + + + + text-x-makefile + Edit as ROOT + 1601859882692361-2 + gksudo dbus-launch xed %f + + * + + + + diff --git a/gtk-2.0/gtkfilechooser.ini b/gtk-2.0/gtkfilechooser.ini index dde1204..3d1b839 100644 --- a/gtk-2.0/gtkfilechooser.ini +++ b/gtk-2.0/gtkfilechooser.ini @@ -3,7 +3,7 @@ LocationMode=path-bar ShowHidden=true ShowSizeColumn=true GeometryX=546 -GeometryY=265 +GeometryY=267 GeometryWidth=828 GeometryHeight=573 SortColumn=name diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css new file mode 100644 index 0000000..198f4ea --- /dev/null +++ b/gtk-3.0/gtk.css @@ -0,0 +1,10 @@ +.xfce4-panel { + font-family: "JetBrains Mono"; + font-size: 10px; +} + +#XfceNotifyWindow label, +#XfceNotifyWindow image { + font-family: "JetBrains Mono"; + font-size: 10px; +} diff --git a/xed/accels b/xed/accels new file mode 100644 index 0000000..1936523 --- /dev/null +++ b/xed/accels @@ -0,0 +1,77 @@ +; xed GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/FileBrowserWidgetSelectionActionGroup/FileMoveToTrash" "") +; (gtk_accel_path "/FileBrowserWidgetSelectionActionGroup/FileDelete" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/ViewOverviewMap" "") +; (gtk_accel_path "/XedWindowActions/SearchGoToLine" "i") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/ViewToolbar" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/ViewFullscreen" "F11") +; (gtk_accel_path "/XedWindowActions/FileSaveAll" "l") +; (gtk_accel_path "/XedTextSizePluginActions/NormalSizeAction" "0") +; (gtk_accel_path "/XedWindowPanesActions/ViewBottomPane" "F9") +; (gtk_accel_path "/XedWindowActions/DocumentsMoveToNewWindow" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/HelpAbout" "") +; (gtk_accel_path "/XedWindowActions/EditToggleComment" "slash") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/FileRecentsMenu" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/ViewStatusbar" "") +; (gtk_accel_path "/DocumentsListActions/Tab_0" "1") +; (gtk_accel_path "/XedCloseWindowActions/FileClose" "w") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/ViewWordWrap" "r") +; (gtk_accel_path "/XedWindowActions/FileSave" "s") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/HelpContents" "F1") +; (gtk_accel_path "/XedWindowActions/SearchReplace" "h") +; (gtk_accel_path "/XedWindowActions/FileRevert" "") +; (gtk_accel_path "/XedJoinLinesPluginActions/JoinLinesAction" "j") +; (gtk_accel_path "/FileBrowserWidgetSensitiveActionGroup/DirectoryOpen" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/Tools" "") +; (gtk_accel_path "/XedWindowActions/EditPaste" "v") +; (gtk_accel_path "/FileBrowserWidgetActionGroup/FilterHidden" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/View" "") +; (gtk_accel_path "/XedWindowActions/EditCut" "x") +; (gtk_accel_path "/XedWindowPanesActions/ViewSidePane" "F9") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/File" "") +; (gtk_accel_path "/XedWindowActions/EditSelectAll" "a") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/Help" "") +; (gtk_accel_path "/XedWindowActions/EditDelete" "") +; (gtk_accel_path "/XedSpellPluginActions/CheckSpell" "F7") +; (gtk_accel_path "/XedWindowActions/DocumentsNextDocument" "Page_Down") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/Documents" "") +; (gtk_accel_path "/FileBrowserWidgetSingleMostSelectionActionGroup/DirectoryNew" "") +; (gtk_accel_path "/FileBrowserWidgetSensitiveActionGroup/DirectoryRefresh" "") +; (gtk_accel_path "/XedWindowActions/FilePrint" "p") +; (gtk_accel_path "/XedTextSizePluginActions/LargerTextAction" "equal") +; (gtk_accel_path "/XedWindowActions/EditRedo" "y") +; (gtk_accel_path "/FileBrowserWidgetFileSelectionActionGroup/FileOpen" "") +; (gtk_accel_path "/FileBrowserPluginExtra/SetActiveRoot" "") +; (gtk_accel_path "/XedSpellPluginActions/ConfigSpell" "") +; (gtk_accel_path "/XedDocinfoPluginActions/DocumentStatistics" "") +; (gtk_accel_path "/FileBrowserWidgetSingleMostSelectionActionGroup/FileNew" "") +; (gtk_accel_path "/XedQuitWindowActions/FileQuit" "q") +; (gtk_accel_path "/XedTimePluginActions/InsertDateAndTime" "") +; (gtk_accel_path "/XedWindowActions/EditUndo" "z") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/HelpShortcuts" "") +; (gtk_accel_path "/FileBrowserWidgetSingleSelectionActionGroup/FileRename" "") +; (gtk_accel_path "/XedWindowActions/ViewHighlightMode" "h") +; (gtk_accel_path "/XedSortPluginActions/Sort" "F10") +; (gtk_accel_path "/XedWindowActions/SearchFind" "f") +; (gtk_accel_path "/XedWindowActions/SearchFindPrevious" "g") +; (gtk_accel_path "/FileBrowserWidgetActionGroup/FilterBinary" "") +; (gtk_accel_path "/XedWindowActions/FileCloseAll" "w") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/Search" "") +; (gtk_accel_path "/XedSpellPluginActions/InlineSpellChecker" "") +; (gtk_accel_path "/XedWindowActions/DocumentsPreviousDocument" "Page_Up") +; (gtk_accel_path "/XedWindowActions/EditToggleCommentBlock" "question") +; (gtk_accel_path "/XedTextSizePluginActions/SmallerTextAction" "minus") +; (gtk_accel_path "/FileBrowserWidgetActionGroupToplevel/FilterMenuAction" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/XAppFavoritesMenu" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/Edit" "") +; (gtk_accel_path "/XedWindowActions/FileSaveAs" "s") +; (gtk_accel_path "/FileBrowserWidgetBookmarkActionGroup/BookmarkOpen" "") +; (gtk_accel_path "/XedWindowActions/EditCopy" "c") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/EditPreferences" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/FileOpen" "o") +; (gtk_accel_path "/FileBrowserPluginSingleSelectionExtra/OpenTerminal" "") +; (gtk_accel_path "/XedWindowAlwaysSensitiveActions/FileNew" "n") +; (gtk_accel_path "/XedWindowActions/SearchFindNext" "g") +; (gtk_accel_path "/XedWindowActions/FilePrintPreview" "p") diff --git a/xfce4/desktop/icons.screen.latest.rc b/xfce4/desktop/icons.screen.latest.rc new file mode 120000 index 0000000..2bad458 --- /dev/null +++ b/xfce4/desktop/icons.screen.latest.rc @@ -0,0 +1 @@ +/home/kylert/.config/xfce4/desktop/icons.screen0-1904x1037.rc \ No newline at end of file diff --git a/xfce4/desktop/icons.screen0-1008x725.rc b/xfce4/desktop/icons.screen0-1008x725.rc new file mode 100644 index 0000000..9d7d7c4 --- /dev/null +++ b/xfce4/desktop/icons.screen0-1008x725.rc @@ -0,0 +1,23 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[2E46-3512] +row=3 +col=12 + +[22D2-2DF2] +row=4 +col=12 + +[EEDE8292DE82532F] +row=1 +col=12 + +[12FD-6EC8] +row=2 +col=12 + +[/home/kylert] +row=0 +col=12 + diff --git a/xfce4/desktop/icons.screen0-1520x821.rc b/xfce4/desktop/icons.screen0-1520x821.rc new file mode 100644 index 0000000..158e0e8 --- /dev/null +++ b/xfce4/desktop/icons.screen0-1520x821.rc @@ -0,0 +1,7 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/The Initiative PH Backup] +row=1 +col=19 + diff --git a/xfce4/desktop/icons.screen0-1904x1010.rc b/xfce4/desktop/icons.screen0-1904x1010.rc new file mode 100644 index 0000000..76152b2 --- /dev/null +++ b/xfce4/desktop/icons.screen0-1904x1010.rc @@ -0,0 +1,7 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/The Initiative PH Backup] +row=0 +col=24 + diff --git a/xfce4/desktop/icons.screen0-1904x1036.rc b/xfce4/desktop/icons.screen0-1904x1036.rc new file mode 100644 index 0000000..477cdcf --- /dev/null +++ b/xfce4/desktop/icons.screen0-1904x1036.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/The Initiative PH Backup] +row=0 +col=24 + +[/home/kylert/Desktop/Screenshot_2021-04-07_08-12-55.png] +row=1 +col=24 + diff --git a/xfce4/desktop/icons.screen0-1904x1037.rc b/xfce4/desktop/icons.screen0-1904x1037.rc new file mode 100644 index 0000000..0c3440f --- /dev/null +++ b/xfce4/desktop/icons.screen0-1904x1037.rc @@ -0,0 +1,7 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/web-server-key-pair(1).pem] +row=0 +col=24 + diff --git a/xfce4/desktop/icons.screen0-1904x1064.rc b/xfce4/desktop/icons.screen0-1904x1064.rc new file mode 100644 index 0000000..375d2a2 --- /dev/null +++ b/xfce4/desktop/icons.screen0-1904x1064.rc @@ -0,0 +1,23 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/screenshot-www.amazon.com-2021.07.30-17_24_36.png] +row=2 +col=24 + +[/home/kylert/Desktop/screenshot-www.google.com-2021.07.30-17_25_31.png] +row=3 +col=24 + +[/home/kylert/Desktop/Unicomp Order.png] +row=1 +col=24 + +[/home/kylert/Desktop/cache-3000.kdenlive] +row=4 +col=24 + +[6647-44D2] +row=0 +col=24 + diff --git a/xfce4/desktop/icons.screen0-1920x1080.rc b/xfce4/desktop/icons.screen0-1920x1080.rc new file mode 100644 index 0000000..c1eb58b --- /dev/null +++ b/xfce4/desktop/icons.screen0-1920x1080.rc @@ -0,0 +1,15 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/AEW.Dynamite.2021.09.22.1080p.WEB.h264-HEEL.mp4] +row=2 +col=25 + +[/home/kylert/Desktop/242505602_3144866715746736_2591173778215334938_n.jpg] +row=1 +col=25 + +[/home/kylert/Desktop/web-server-key-pair(1).pem] +row=0 +col=25 + diff --git a/xfce4/desktop/icons.screen0-2096x1145.rc b/xfce4/desktop/icons.screen0-2096x1145.rc new file mode 100644 index 0000000..d34f764 --- /dev/null +++ b/xfce4/desktop/icons.screen0-2096x1145.rc @@ -0,0 +1,19 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/Just A Little Bit Of Your Heart.mp3] +row=3 +col=24 + +[/home/kylert/Desktop/Bugoy na Koykoy - Ang Bagal Ng Kotse Ko.mp4] +row=2 +col=24 + +[/home/kylert/Desktop/The Initiative PH Backup] +row=1 +col=24 + +[EEDE8292DE82532F] +row=0 +col=24 + diff --git a/xfce4/desktop/icons.screen0-2288x1253.rc b/xfce4/desktop/icons.screen0-2288x1253.rc new file mode 100644 index 0000000..a2e5908 --- /dev/null +++ b/xfce4/desktop/icons.screen0-2288x1253.rc @@ -0,0 +1,7 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/kylert/Desktop/The Initiative PH Backup] +row=1 +col=24 + diff --git a/xfce4/help.rc b/xfce4/help.rc new file mode 100644 index 0000000..f9a741a --- /dev/null +++ b/xfce4/help.rc @@ -0,0 +1,2 @@ +auto-online=false + diff --git a/xfce4/helpers.rc b/xfce4/helpers.rc new file mode 100644 index 0000000..c739796 --- /dev/null +++ b/xfce4/helpers.rc @@ -0,0 +1,3 @@ +MailReader=evolution +WebBrowser=google-chrome + diff --git a/xfce4/panel/docklike-2.rc b/xfce4/panel/docklike-2.rc new file mode 100644 index 0000000..f738767 --- /dev/null +++ b/xfce4/panel/docklike-2.rc @@ -0,0 +1,7 @@ +[user] +pinned=/usr/share/applications/thunar.desktop;/usr/share/applications/google-chrome.desktop;/usr/share/applications/firefox.desktop;/usr/share/applications/brave-browser.desktop;/usr/share/applications/libreoffice-startcenter.desktop;/usr/share/applications/xfce4-terminal.desktop;/usr/share/applications/evolution-calendar.desktop; +onlyDisplayVisible=true +indicatorStyle=0 +indicatorColor=rgb(76,166,230) +inactiveColor=rgb(21,83,158) +showWindowCount=true diff --git a/xfce4/panel/launcher-15/16018541791.desktop b/xfce4/panel/launcher-15/16018541791.desktop new file mode 100644 index 0000000..18eace5 --- /dev/null +++ b/xfce4/panel/launcher-15/16018541791.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=PulseAudio Volume Control +GenericName=Volume Control +Comment=Adjust the volume level +Exec=pavucontrol +Icon=multimedia-volume-control +StartupNotify=true +Type=Application +Categories=AudioVideo;Audio;Mixer;GTK; +X-XFCE-Source=file:///usr/share/applications/pavucontrol.desktop diff --git a/xfce4/panel/whiskermenu-1.rc b/xfce4/panel/whiskermenu-1.rc new file mode 100644 index 0000000..ca4cb1e --- /dev/null +++ b/xfce4/panel/whiskermenu-1.rc @@ -0,0 +1,80 @@ +favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop +recent=thunar.desktop,google-chrome.desktop,xfce-ui-settings.desktop,xfce-session-settings.desktop,xfce4-mime-settings.desktop,xfce4-notifyd-config.desktop,monodevelop.desktop,chrome-faolnafnngnfdaknnbpnkhgohbobgegn-Default.desktop,org.gnome.Evolution.desktop,insync.desktop +button-icon=/home/kylert/Downloads/58922-kernel-logo-arch-linux-png-download-free_64x64.ico +button-single-row=false +show-button-title=true +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +item-icon-size=3 +hover-switch-category=false +category-show-name=true +category-icon-size=0 +sort-categories=true +view-mode=1 +default-category=1 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=false +stay-on-focus-out=false +confirm-session-command=true +menu-width=879 +menu-height=537 +menu-opacity=50 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=gdmflexiserver +show-command-switchuser=false +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=sh -c 'env XDG_CURRENT_DESKTOP=GNOME GTK_CSD=1 gnome-control-center' +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://duckduckgo.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/xfce4/panel/xfce4-clipman-actions.xml b/xfce4/panel/xfce4-clipman-actions.xml new file mode 100644 index 0000000..84ea9b3 --- /dev/null +++ b/xfce4/panel/xfce4-clipman-actions.xml @@ -0,0 +1,44 @@ + + + + Bugz + bug\s*#?\s*([0-9]+) + 0 + + + GNOME Bug + exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1 + + + Xfce Bug + exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1 + + + + + Image + (http|ftp).+\.(jpg|png|gif) + 0 + + + View with Ristretto + ristretto "\0" + + + Edit with Gimp + gimp-remote "\0" + + + + + Long URL + http://[^\s]{120,} + 0 + + + Shrink the URL + exo-open http://tinyurl.com/create.php?url=\0 + + + + \ No newline at end of file diff --git a/xfce4/terminal/accels.scm b/xfce4/terminal/accels.scm new file mode 100644 index 0000000..673bbea --- /dev/null +++ b/xfce4/terminal/accels.scm @@ -0,0 +1,58 @@ +; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +(gtk_accel_path "/terminal-window/goto-tab-2" "2") +(gtk_accel_path "/terminal-window/goto-tab-6" "6") +; (gtk_accel_path "/terminal-window/copy-input" "") +; (gtk_accel_path "/terminal-window/close-other-tabs" "") +; (gtk_accel_path "/terminal-window/move-tab-right" "Page_Down") +(gtk_accel_path "/terminal-window/goto-tab-7" "7") +; (gtk_accel_path "/terminal-window/set-title-color" "") +; (gtk_accel_path "/terminal-window/edit-menu" "") +; (gtk_accel_path "/terminal-window/zoom-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-1" "1") +; (gtk_accel_path "/terminal-window/fullscreen" "F11") +; (gtk_accel_path "/terminal-window/read-only" "") +(gtk_accel_path "/terminal-window/goto-tab-5" "5") +; (gtk_accel_path "/terminal-window/preferences" "") +; (gtk_accel_path "/terminal-window/reset-and-clear" "") +; (gtk_accel_path "/terminal-window/about" "") +(gtk_accel_path "/terminal-window/goto-tab-4" "4") +; (gtk_accel_path "/terminal-window/close-window" "q") +; (gtk_accel_path "/terminal-window/reset" "") +; (gtk_accel_path "/terminal-window/save-contents" "") +(gtk_accel_path "/terminal-window/toggle-menubar" "F10") +; (gtk_accel_path "/terminal-window/copy" "c") +; (gtk_accel_path "/terminal-window/copy-html" "") +; (gtk_accel_path "/terminal-window/last-active-tab" "") +; (gtk_accel_path "/terminal-window/show-borders" "") +; (gtk_accel_path "/terminal-window/view-menu" "") +; (gtk_accel_path "/terminal-window/detach-tab" "d") +; (gtk_accel_path "/terminal-window/scroll-on-output" "") +; (gtk_accel_path "/terminal-window/show-toolbar" "") +; (gtk_accel_path "/terminal-window/next-tab" "Page_Down") +; (gtk_accel_path "/terminal-window/tabs-menu" "") +; (gtk_accel_path "/terminal-window/search-next" "") +; (gtk_accel_path "/terminal-window/search-prev" "") +; (gtk_accel_path "/terminal-window/undo-close-tab" "") +; (gtk_accel_path "/terminal-window/set-title" "s") +; (gtk_accel_path "/terminal-window/contents" "F1") +; (gtk_accel_path "/terminal-window/zoom-reset" "0") +; (gtk_accel_path "/terminal-window/close-tab" "w") +; (gtk_accel_path "/terminal-window/new-tab" "t") +; (gtk_accel_path "/terminal-window/new-window" "n") +; (gtk_accel_path "/terminal-window/terminal-menu" "") +; (gtk_accel_path "/terminal-window/show-menubar" "") +; (gtk_accel_path "/terminal-window/select-all" "a") +; (gtk_accel_path "/terminal-window/paste" "v") +(gtk_accel_path "/terminal-window/goto-tab-9" "9") +; (gtk_accel_path "/terminal-window/move-tab-left" "Page_Up") +; (gtk_accel_path "/terminal-window/search" "f") +; (gtk_accel_path "/terminal-window/file-menu" "") +; (gtk_accel_path "/terminal-window/prev-tab" "Page_Up") +; (gtk_accel_path "/terminal-window/paste-selection" "") +; (gtk_accel_path "/terminal-window/zoom-in" "plus") +; (gtk_accel_path "/terminal-window/zoom-out" "minus") +(gtk_accel_path "/terminal-window/goto-tab-8" "8") +; (gtk_accel_path "/terminal-window/help-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-3" "3") diff --git a/xfce4/terminal/terminalrc b/xfce4/terminal/terminalrc new file mode 100644 index 0000000..7616a19 --- /dev/null +++ b/xfce4/terminal/terminalrc @@ -0,0 +1,40 @@ +[Configuration] +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=TRUE +MiscCursorBlinks=FALSE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=80x24 +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 +MiscShowRelaunchDialog=TRUE +MiscRewrapOnResize=TRUE +MiscUseShiftArrowsToScroll=FALSE +MiscSlimTabs=FALSE +MiscNewTabAdjacent=FALSE +MiscSearchDialogOpacity=100 +MiscShowUnsafePasteDialog=FALSE +FontName=JetBrains Mono 9 +BackgroundDarkness=0.840000 +ScrollingOnOutput=FALSE +ScrollingOnKeystroke=FALSE +ScrollingUnlimited=TRUE +ColorPalette=#3f3f3f;#705050;#60b48a;#dfaf8f;#9ab8d7;#dc8cc3;#8cd0d3;#dcdcdc;#709080;#dca3a3;#72d5a3;#f0dfaf;#94bff3;#ec93d3;#93e0e3;#ffffff +ColorForeground=#dcdcdc +ColorBackground=#2c2c2c +ColorCursor=#dcdcdc +ScrollingBar=TERMINAL_SCROLLBAR_NONE +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT + diff --git a/xfce4/xfce4-notes.gtkrc b/xfce4/xfce4-notes.gtkrc new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.1O1QV0 b/xfce4/xfce4-notes.gtkrc.1O1QV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.1O1QV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.2W2CV0 b/xfce4/xfce4-notes.gtkrc.2W2CV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.2W2CV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.B5QSV0 b/xfce4/xfce4-notes.gtkrc.B5QSV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.B5QSV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.HG7HV0 b/xfce4/xfce4-notes.gtkrc.HG7HV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.HG7HV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.OJDHV0 b/xfce4/xfce4-notes.gtkrc.OJDHV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.OJDHV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.RHVVV0 b/xfce4/xfce4-notes.gtkrc.RHVVV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.RHVVV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-notes.gtkrc.UG0TV0 b/xfce4/xfce4-notes.gtkrc.UG0TV0 new file mode 100644 index 0000000..7463eea --- /dev/null +++ b/xfce4/xfce4-notes.gtkrc.UG0TV0 @@ -0,0 +1,2 @@ +gtk_color_scheme = "notes_fg_color:#f2f2f1f1efef\nnotes_bg_color:#68226796667e\nnotes_base_color:#f2f2f1f1efef\nnotes_text_color:#68226796667e\nnotes_selected_bg_color:#86ed863884cd\nnotes_selected_fg_color:#f2f2f1f1efef" +include "/usr/share/xfce4-notes-plugin/gtk-2.0/notes.gtkrc" \ No newline at end of file diff --git a/xfce4/xfce4-screenshooter b/xfce4/xfce4-screenshooter new file mode 100644 index 0000000..d0c1e0a --- /dev/null +++ b/xfce4/xfce4-screenshooter @@ -0,0 +1,7 @@ +app=eog +last_user= +screenshot_dir=file:/home/kylert/Desktop +action=1 +last_extension=png +enable_imgur_upload=true + diff --git a/xfce4/xfce4-taskmanager.rc b/xfce4/xfce4-taskmanager.rc new file mode 100644 index 0000000..22b77f4 --- /dev/null +++ b/xfce4/xfce4-taskmanager.rc @@ -0,0 +1,25 @@ +[Settings] +ShowAllProcesses=FALSE +ShowLegend=TRUE +MorePrecision=FALSE +FullCommandLine=FALSE +ShowStatusIcon=FALSE +MonitorPaintBox=TRUE +ShowApplicationIcons=TRUE +ToolbarStyle=DEFAULT +PromptTerminateTask=TRUE +RefreshRate=2000 +ColumnUID=FALSE +ColumnPID=TRUE +ColumnPPID=FALSE +ColumnState=FALSE +ColumnVSZ=FALSE +ColumnRSS=TRUE +ColumnCPU=TRUE +ColumnPriority=FALSE +SortColumn=7 +SortType=1 +WindowWidth=662 +WindowHeight=552 +HandlePosition=100 +ProcessTreeView=FALSE diff --git a/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..f0c0be8 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml new file mode 100644 index 0000000..53ff0e1 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..9ddc443 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/parole.xml b/xfce4/xfconf/xfce-perchannel-xml/parole.xml new file mode 100644 index 0000000..c02c179 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/parole.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..39da28a --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml b/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml new file mode 100644 index 0000000..8982fc8 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/xfce4/xfconf/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..561faed --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..4439c90 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..fd878d1 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml new file mode 100644 index 0000000..6ad98d7 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-mime-settings.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-mime-settings.xml new file mode 100644 index 0000000..b5be021 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-mime-settings.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..b44f157 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..7f1a35b --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..0cb37ac --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml new file mode 100644 index 0000000..81562cc --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..28ff076 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml new file mode 100644 index 0000000..2564a52 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml new file mode 100644 index 0000000..05c8dc7 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml new file mode 100644 index 0000000..feb1ab7 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-volumed-pulse.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml new file mode 100644 index 0000000..9138d8b --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..18944a5 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3