summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-wm.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
committerbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
commit553a287b4ff7d8129870075acfb8422882dc3395 (patch)
tree6d0c5ba518bb4f813fd2e34c33021786beed15b1 /.config/emacs/bd-wm.el
parentb05329a5092fa19e69fd623548e83dd43eb18e5e (diff)
Eshell correct path, auto-cleanup files, and more
Diffstat (limited to '.config/emacs/bd-wm.el')
-rw-r--r--.config/emacs/bd-wm.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/emacs/bd-wm.el b/.config/emacs/bd-wm.el
index c4468e4..021decb 100644
--- a/.config/emacs/bd-wm.el
+++ b/.config/emacs/bd-wm.el
@@ -1,5 +1,6 @@
;; -*- lexical-binding: t; -*-
+
(defun bd/exwm-update-class ()
"Changes the buffer name to reflect the class name for
that buffer."
@@ -20,9 +21,13 @@ dedicated buffer will never be automatically orphaned."
(if dedicated "no longer " "")
(buffer-name))))
+
(use-package pinentry
:init
- (pinentry-start))
+ (pinentry-start)
+ :custom
+ (pinentry-popup-prompt-window nil))
+
(use-package exwm
:config