Add bad modeline hack

This commit is contained in:
Jeremy Dormitzer 2020-07-07 16:34:13 -04:00
parent a06264128b
commit 9140b46635

View File

@ -240,3 +240,11 @@
;; Syncthing Tray ;; Syncthing Tray
(run-shell-command "syncthingtray") (run-shell-command "syncthingtray")
;; Hack to get polybar to appear on startup
(defcommand poke-modeline () ()
(mode-line)
(mode-line))
(define-key *root-map* (kbd "C-m") "poke-modeline")
;; (sleep 1)
;; (poke-modeline)