From 902fee5ecc95951d7853b286e5641ff843647754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 30 Jan 2025 15:12:09 +0100 Subject: [PATCH] Home Gen441 @ 2025-01-30-15:12 --- modules/home/doom/static/config.el | 5 ++++- modules/home/hyprland/config.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"; }