more QOL, fixing Emacs SSH

This commit is contained in:
2025-10-14 21:15:26 -07:00
parent e9dad7b175
commit f0afe4c45a
5 changed files with 14 additions and 5 deletions

View File

@@ -9,6 +9,13 @@
(add-hook! '+doom-dashboard-mode-hook (hide-mode-line-mode 1) (hl-line-mode -1))
(setq-hook! '+doom-dashboard-mode-hook evil-normal-state-cursor (list nil))
;; Inherit SSH_AUTH_SOCK cuz emacs daint
(use-package exec-path-from-shell
:ensure t
:config
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK" "SSH_AGENT_PID")))
;; Set name & e-mail
(setq user-full-name "opal"
user-mail-address "ry.orlando@proton.me")

View File

@@ -1,4 +1,5 @@
;; Include
(package! exec-path-from-shell)
(package! org-bullets)
(package! visual-fill-column)
(package! org-make-toc)

View File

@@ -1,5 +1,5 @@
[Settings]
gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Papirus-Dark
gtk-cursor-theme-name=Breeze
gtk-cursor-theme-name=breeze_cursors
gtk-application-prefer-dark-theme=1

View File

@@ -1,3 +1,3 @@
[Settings]
gtk-icon-theme-name=Papirus-Dark
gtk-cursor-theme-name=Breeze
gtk-cursor-theme-name=breeze_cursors

View File

@@ -38,10 +38,11 @@ exec-once = /usr/libexec/kf6/polkit-kde-authentication-agent-1
### ENVIRONMENT VARIABLES ###
#############################
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = XCURSOR_SIZE,30
env = XCURSOR_THEME,breeze_cursors
env = HYPRCURSOR_SIZE,30
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
env = GTK_THEME,Arc-Dark
env = XCURSOR_THEME,Breeze
env = QT_QPA_PLATFORMTHEME,qt6ct
#####################