summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-11-21 09:53:56 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-11-21 09:53:56 -0800
commitc1a96aa348cacda6ea59ecfd85d807ea30d1f9df (patch)
tree597a8521e36aa4cb8ac672581d669c8b4ef7ffd7 /emacs/init.el
parent63788b493e6d4ee22ad66f60052c0025e2bba6bd (diff)
fix window bringer and resolve init conflict
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 76d431b..696a752 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1,4 +1,3 @@
-
;; -*- lexical-binding: t; -*-
(progn ; performance stuff:
@@ -796,12 +795,11 @@ changes."
(push ?\C-u exwm-input-prefix-keys) ;; send C-u to all windows too
(push ?\M-L exwm-input-prefix-keys)
(progn
- ;; (exwm-wm-mode)
- ;; (display-time-mode 1)
- ;; (display-battery-mode 1)
- ;; (ednc-mode 1)
+ ;; (exwm-enable)
;; (exwm-randr-mode)
+ ;; (ednc-mode 1)
;; (exwm-systemtray-mode)
+ ;; (add-hook 'after-init-hook #'exwm-randr-refresh)
)
:hook
(exwm-update-class . my/exwm-set-buffer-name)