X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/96611976e652d23d88916be38c112d081d1f88aa..63ed18696c88c16c27622148baa7411fb3811d64:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9f5d07f..9b0c0c7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -605,11 +605,12 @@ around if needed." (setq exwm-input-global-keys `(([?\s-R] . exwm-reset) ([?\s-\\] . exwm-workspace-switch) - ([?\s-\s] . (lambda (command) - (interactive - (list (read-shell-command "➜ "))) - (start-process-shell-command - command nil command))) + ([?\s-\s] . dmenu) + ([?\S-\s-\s] . (lambda (command) + (interactive + (list (read-shell-command "➜ "))) + (start-process-shell-command + command nil command))) ([s-return] . (lambda () (interactive) (start-process "" nil "urxvt"))) @@ -1936,9 +1937,7 @@ This function is intended for use with `ivy-ignore-buffers'." :config (minions-mode)) (use-package dmenu - :disabled :custom - (dmenu-history-size 0) (dmenu-prompt-string "run: ") (dmenu-save-file (b/var "dmenu-items")))