EXWM: Add some TODOs ("s-a", "s-w")

master
Pierre Neidhardt 2017-10-15 12:37:13 +01:00
parent 5823904cf5
commit b5b7d329ad
1 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,12 @@
;;; See https://github.com/ch11ng/exwm/issues/285
;;; and https://gitlab.com/interception/linux/plugins/caps2esc/issues/2.
;;; TODO: Pressing "s-a" ('emms-smart-browse) loses the cursor.
;;; Sometimes waiting helps. Calling emms-smart-browse manually does not trigger the issue.
;;; TODO: Spawn select programs in floating mode. (E.g. mpv, mupen64plus, mplayer, qemu, steam, .exe (wine).)
;;; TODO: Double "s-w" should spawn a Helm list of web buffers without details
;;; and with an option to create a new window.
;;; Rename buffer to window title.
(defun exwm-rename-buffer-to-title () (exwm-workspace-rename-buffer exwm-title))
(add-hook 'exwm-update-title-hook 'exwm-rename-buffer-to-title)
@ -20,8 +26,6 @@
window-divider-default-right-width 2)
(window-divider-mode)
;;; TODO: Spawn select programs in floating mode. (E.g. mpv, mupen64plus, mplayer, qemu, steam, .exe (wine).)
;;; System tray
(require 'exwm-systemtray)
(exwm-systemtray-enable)