This commit is contained in:
Henrik Bakken
2022-04-20 13:09:10 +02:00
parent 659e3d2722
commit 89af4a8da4
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
set -x QT_QPA_PLATFORMTHEME "qt5ct" set -x QT_QPA_PLATFORMTHEME "qt5ct"
set -x GTK2_RC_FILES "$HOME/.gtkrc-2.0" set -x GTK2_RC_FILES "$HOME/.gtkrc-2.0"
set -x PAGER "less -isgj.5"
# cuda stuff # cuda stuff
set -x CUDA_HOME /opt/cuda set -x CUDA_HOME /opt/cuda
+4 -4
View File
@@ -1,13 +1,13 @@
# zathurarc # zathurarc
set zoom-min 0 set zoom-min 10
set zoom-max 10 set zoom-max 1000
set zoom-step 20
set first-page-column 2 set first-page-column 2
set pages-per-row 2 set pages-per-row 2
set scroll-step 100 set scroll-step 100
set recolor-keephue "true"
set scroll-page-aware "true" set scroll-page-aware "true"
set smooth-scroll "true" set recolor-keephue "true"
set guioptions "csv" set guioptions "csv"
set adjust-open "best-fit" set adjust-open "best-fit"
set selection-clipboard "clipboard" set selection-clipboard "clipboard"