summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/exwm-pref.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-03-29 17:12:10 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-03-29 17:12:10 -0700
commitf2e7dfcf2e9c606e47511701a8cff37c913b8b96 (patch)
tree9b32419c889c8add299c45c2a1402244fed208a9 /emacs/site-lisp/exwm-pref.el
parentdade583159e78a0ba6a40acf8ae888ce6df1b32f (diff)
new binds and stuff
Diffstat (limited to 'emacs/site-lisp/exwm-pref.el')
-rw-r--r--emacs/site-lisp/exwm-pref.el15
1 files changed, 8 insertions, 7 deletions
diff --git a/emacs/site-lisp/exwm-pref.el b/emacs/site-lisp/exwm-pref.el
index 75bf5a9..f03711c 100644
--- a/emacs/site-lisp/exwm-pref.el
+++ b/emacs/site-lisp/exwm-pref.el
@@ -8,8 +8,8 @@
(require 'exwm-systemtray)
(require 'exwm-manage)
-;; (setq exwm-workspace-number 2)
-;; (setq exwm-randr-workspace-monitor-plist '(0 "DP-0" 1 "HDMI-0"))
+(setq exwm-workspace-number 2)
+(setq exwm-randr-workspace-monitor-plist '(0 "DP-0" 1 "HDMI-0"))
(setq exwm-workspace-show-all-buffers t)
(setq exwm-layout-show-all-buffers t)
@@ -34,6 +34,10 @@
(setq-local exwm-title (replace-regexp-in-string
(concat (regexp-quote url) " - ")
""
+ exwm-title))
+ (setq-local exwm-title (replace-regexp-in-string
+ " - Mozilla Firefox"
+ ""
exwm-title))))
(setq-local exwm-title
@@ -180,12 +184,9 @@
([?\s-d] . (lambda (command)
(interactive (list (read-shell-command "$ ")))
(start-process-shell-command command nil command)))
- ([?\M-d] . (lambda (command)
- (interactive (list (read-shell-command "$ ")))
- (start-process-shell-command command nil command)))
;; ([?\M-d] . (lambda (command)
- ;; (interactive (list (read-shell-command "$ ")))
- ;; (start-process-shell-command command nil command)))
+ ;; (interactive (list (read-shell-command "$ ")))
+ ;; (start-process-shell-command command nil command)))
;; browser
([?\s-e] . (lambda ()
(interactive)