Run blueman-applet on startup
This commit is contained in:
parent
dcd1890781
commit
c0c128ca9c
@ -237,17 +237,21 @@
|
||||
;; Polybar
|
||||
(run-shell-command "polybar top --reload >> /tmp/polybar.top.log 2>&1")
|
||||
|
||||
;; Syncthing Tray
|
||||
(run-shell-command "syncthingtray --wait")
|
||||
|
||||
;; NetworkManager applet
|
||||
(run-shell-command "nm-applet")
|
||||
|
||||
;; 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)
|
||||
;; Sleep to allow polybar to start before starting tray apps
|
||||
(sleep 1)
|
||||
|
||||
;; Syncthing Tray
|
||||
(run-shell-command "syncthingtray --wait")
|
||||
|
||||
;; NetworkManager applet
|
||||
(run-shell-command "nm-applet")
|
||||
|
||||
;; Blueman applet
|
||||
(run-shell-command "blueman-applet")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user