diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-21 05:06:54 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-21 05:06:54 -0800 |
| commit | aa43e4e1c78ed92e45c4d7f8cc83a8bb558f43e7 (patch) | |
| tree | 4267b184ec8dbd9fbde8f3a095d27361449c6a6b /dotfiles/system/.config/Thunar/accels.scm | |
| parent | 7a0a806df05d573cf7969c9a2d80a1a49881d95a (diff) | |
session: dotfiles sync and GPG/Emacs auth debugging
Synced various dotfile configs (calibre, audacious, profile.d, xinitrc).
Diagnosed and fixed Emacs/GPG auth issue by disabling systemd emacs.service
which lacked DISPLAY environment for pinentry-dmenu.
Diffstat (limited to 'dotfiles/system/.config/Thunar/accels.scm')
| -rw-r--r-- | dotfiles/system/.config/Thunar/accels.scm | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/dotfiles/system/.config/Thunar/accels.scm b/dotfiles/system/.config/Thunar/accels.scm index e11217c..a2bb382 100644 --- a/dotfiles/system/.config/Thunar/accels.scm +++ b/dotfiles/system/.config/Thunar/accels.scm @@ -4,7 +4,10 @@ ; (gtk_accel_path "<Actions>/ThunarDetailsView/expandable-folders" "") ; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-type" "") ; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-last-modified" "") +; (gtk_accel_path "<Actions>/ThunarBookmarks/d773562babb56e1a529a1bd5d640df62" "") +; (gtk_accel_path "<Actions>/ThunarBookmarks/0210e6411e61004cc4c7c68612c8463b" "") ; (gtk_accel_path "<Actions>/Thunarwindow/menu" "") +; (gtk_accel_path "<Actions>/ThunarBookmarks/f4268bf81222b9956e74a8c7903b31d1" "") ; (gtk_accel_path "<Actions>/ThunarActionManager/cut" "<Primary>x") ; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-size" "") ; (gtk_accel_path "<Actions>/ThunarWindow/file-menu" "") @@ -55,6 +58,7 @@ ; (gtk_accel_path "<Actions>/ThunarShortcutsPane/sendto-shortcuts" "<Primary>d") ; (gtk_accel_path "<Actions>/ThunarActionManager/undo" "<Primary>z") ; (gtk_accel_path "<Actions>/ThunarStandardView/toggle-sort-order" "") +; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out" "<Primary>minus") ; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-entry" "") ; (gtk_accel_path "<Actions>/ThunarActionManager/paste" "<Primary>v") ; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in-alt1" "<Primary>KP_Add") @@ -65,27 +69,27 @@ ; (gtk_accel_path "<Actions>/ThunarActionManager/restore-show" "") ; (gtk_accel_path "<Actions>/ThunarWindow/sendto-menu" "") ; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-display-name" "") +; (gtk_accel_path "<Actions>/ThunarBookmarks/a15ad706188e797cac4c8dd8aa3b613e" "") ; (gtk_accel_path "<Actions>/ThunarWindow/go-menu" "") -; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out" "<Primary>minus") ; (gtk_accel_path "<Actions>/ThunarWindow/remove-from-recent" "") ; (gtk_accel_path "<Actions>/ThunarActionManager/open-with-other" "") ; (gtk_accel_path "<Actions>/ThunarStandardView/invert-selection" "<Primary><Shift>i") ; (gtk_accel_path "<Actions>/ThunarBookmarks/8f10b72b429dd160dc70d6f7cc168a28" "") -; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-mtime" "") ; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-shortcuts" "<Primary>b") ; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-2" "Reload") ; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-menu" "") -; (gtk_accel_path "<Actions>/ThunarWindow/reload" "<Primary>r") +; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-mtime" "") ; (gtk_accel_path "<Actions>/ThunarWindow/edit-menu" "") ; (gtk_accel_path "<Actions>/ThunarActionManager/copy" "<Primary>c") -; (gtk_accel_path "<Actions>/ThunarWindow/bookmarks-menu" "") +; (gtk_accel_path "<Actions>/ThunarStandardView/unselect-all-files" "Escape") ; (gtk_accel_path "<Actions>/ThunarStandardView/forward-alt" "Forward") ; (gtk_accel_path "<Actions>/ThunarActionManager/move-to-trash" "") ; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-1" "F5") ; (gtk_accel_path "<Actions>/ThunarActionManager/delete-3" "<Shift>KP_Delete") -; (gtk_accel_path "<Actions>/ThunarStandardView/unselect-all-files" "Escape") -; (gtk_accel_path "<Actions>/ThunarWindow/contents/help-menu" "") ; (gtk_accel_path "<Actions>/ThunarStandardView/arrange-items-menu" "") +; (gtk_accel_path "<Actions>/ThunarWindow/reload" "<Primary>r") +; (gtk_accel_path "<Actions>/ThunarWindow/contents/help-menu" "") +; (gtk_accel_path "<Actions>/ThunarWindow/bookmarks-menu" "") ; (gtk_accel_path "<Actions>/ThunarBookmarks/dd7b2f7f1acb316e06e8de82ceff0f08" "") ; (gtk_accel_path "<Actions>/ThunarWindow/open-computer" "") ; (gtk_accel_path "<Actions>/ThunarWindow/toggle-image-preview" "") @@ -97,6 +101,7 @@ ; (gtk_accel_path "<Actions>/ThunarStandardView/rename" "F2") ; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l") ; (gtk_accel_path "<Actions>/ThunarWindow/view-as-compact-list" "<Primary>3") +; (gtk_accel_path "<Actions>/ThunarBookmarks/39adb4b734832c8ccc67032e77081c1f" "") ; (gtk_accel_path "<Actions>/ThunarWindow/view-menu" "") ; (gtk_accel_path "<Actions>/ThunarWindow/search" "<Primary>f") ; (gtk_accel_path "<Actions>/ThunarWindow/new-tab" "<Primary>t") |
