Merge branch 'master' of bitbucket.org:/ambrevar/home-config

master
Pierre Neidhardt 2013-08-22 22:56:19 +02:00
commit 282e1c5e3f
6 changed files with 13 additions and 9 deletions

View File

@ -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

View File

@ -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 "<left>") 'dired-up-directory)
;; (local-set-key (kbd "<right>") 'dired-find-file)
(local-set-key (kbd "<left>") 'dired-up-directory)
(local-set-key (kbd "<right>") 'dired-find-file)
(local-set-key (kbd "<space>") 'dired-mark)
(local-set-key (kbd "<backspace>") 'dired-up-directory)
(local-set-key (kbd "b") 'dired-up-directory)))

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
if [ $# -ne 4 ]; then
cat<<EOF
Usage: ${0##*/} PDFFILE FIRSTPAGE LASTPAGE DESTFILE"
Usage: ${0##*/} PDFFILE FIRSTPAGE LASTPAGE DESTFILE
Extract a range of pages from a PDF.
EOF

3
.zshrc
View File

@ -28,8 +28,5 @@ loadrc main_rc options_zsh
loadrc keys_zsh
loadrc alias_rc colors_rc completion_rc funs_rc
## Should be sourced last
loadrc hook
## Browser autostart. See .scripts/browser-autostart
[ -n "$BROWSER_AUTOSTART" ] && unset BROWSER_AUTOSTART && browse