Adding a few tweaks to qtile and emac's pdf-view

This commit is contained in:
Derek Taylor
2024-01-23 15:17:20 -06:00
parent 77b353589c
commit d202efdc64
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -549,7 +549,9 @@
:init (pdf-loader-install) :init (pdf-loader-install)
:config (add-to-list 'revert-without-query ".pdf")) :config (add-to-list 'revert-without-query ".pdf"))
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1))) (add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)
(blink-cursor-mode -1)
(doom-modeline-mode -1)))
(use-package perspective (use-package perspective
:custom :custom
+3 -1
View File
@@ -794,7 +794,9 @@ Allows us to create a Table of Contents in our Org docs.
:init (pdf-loader-install) :init (pdf-loader-install)
:config (add-to-list 'revert-without-query ".pdf")) :config (add-to-list 'revert-without-query ".pdf"))
(add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1))) (add-hook 'pdf-view-mode-hook #'(lambda () (interactive) (display-line-numbers-mode -1)
(blink-cursor-mode -1)
(doom-modeline-mode -1)))
#+end_src #+end_src
* PERSPECTIVE * PERSPECTIVE
+1 -1
View File
@@ -259,7 +259,7 @@ layouts = [
shift_windows=True, shift_windows=True,
border_width = 0, border_width = 0,
margin = 0, margin = 0,
ratio = 0.34, ratio = 0.32,
), ),
layout.Max( layout.Max(
border_width = 0, border_width = 0,