mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Adding a few tweaks to qtile and emac's pdf-view
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user