diff --git a/.config/dwb/settings b/.config/dwb/settings index 9cf6465a..533b0324 100644 --- a/.config/dwb/settings +++ b/.config/dwb/settings @@ -73,7 +73,7 @@ tab-normal-fg-color-2=#dddddd tab-normal-fg-color-1=#cccccc default-monospace-font-size=10 save-session=true -tabbar-visible=2 +tabbar-visible=2.00 auto-insert-mode=false tab-normal-bg-color-2=#707070 tab-normal-bg-color-1=#505050 @@ -147,7 +147,7 @@ hints-key-lock=250 private-color=#505050 print-previewer=zathura %f hsts=true -load-on-focus=false +load-on-focus=true accept-language= passthrough-keys=webkit max-visible-completions=11 diff --git a/.emacs.d/main.el b/.emacs.d/main.el index 7b84bb3f..d1db9f76 100644 --- a/.emacs.d/main.el +++ b/.emacs.d/main.el @@ -521,8 +521,9 @@ has errors and/or warnings." (lambda () (local-set-key (kbd "C-c a") 'dired-toggle-hidden) (local-set-key (kbd "C-c h") 'dired-toggle-humansize) - ;; (local-set-key (kbd "") 'dired-up-directory) - ;; (local-set-key (kbd "") 'dired-find-file) + (local-set-key (kbd "") 'dired-up-directory) + (local-set-key (kbd "") 'dired-find-file) + (local-set-key (kbd "") 'dired-mark) (local-set-key (kbd "") 'dired-up-directory) (local-set-key (kbd "b") 'dired-up-directory))) diff --git a/.local/share/applications/mimeapps.list b/.local/share/applications/mimeapps.list index 285d8b72..755d0acc 100644 --- a/.local/share/applications/mimeapps.list +++ b/.local/share/applications/mimeapps.list @@ -1,3 +1,7 @@ - [Default Applications] application/pdf=zathura.desktop + +[Added Associations] +x-scheme-handler/file=exo-file-manager.desktop +x-scheme-handler/trash=exo-file-manager.desktop + diff --git a/.profile b/.profile index e5bfd888..b476bbf6 100644 --- a/.profile +++ b/.profile @@ -112,3 +112,5 @@ fi ## Wine DLL override. This removes the annoying messages for Mono and Gecko. export WINEDLLOVERRIDES="mscoree,mshtml=" +## Hook. Should be sourced last +[ -f ~/.profile_hook ] && . ~/.profile_hook diff --git a/.scripts/pdfextract b/.scripts/pdfextract index f72b1c46..50537c45 100755 --- a/.scripts/pdfextract +++ b/.scripts/pdfextract @@ -2,7 +2,7 @@ if [ $# -ne 4 ]; then cat<