diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 341240f..764cbd5 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -118,7 +118,10 @@ (require 'dap-cpptools) (after! latex - (add-hook! 'LaTeX-mode-hook 'lsp-mode) + (add-hook! 'LaTeX-mode-hook 'lsp) + (map! :map LaTeX-mode-map + :localleader + :desc "Sync View PDF" "v" (lambda () (interactive) (TeX-pdf-tools-sync-view))) (setq +latex-viewers '(pdf-tools))) (set-frame-parameter nil 'alpha-background 85) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index d4e7cf9..5def3a3 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -91,7 +91,7 @@ font_size = 18; #font_family = JetBrainsMono Nerd Font 10 - position = "0, 6"; + position = "0, 30"; halign = "center"; valign = "center"; }