Add bad modeline hack
This commit is contained in:
parent
a06264128b
commit
9140b46635
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user