From f3c88e2ab78a265aac05b014a870ba78bf1d7aec Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 4 Nov 2020 13:08:42 -0600 Subject: [PATCH] Adding bluetooth to startup --- awesome/init.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome/init.fnl b/awesome/init.fnl index 4031608..703e712 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -420,3 +420,4 @@ (awful.spawn.with_shell "nextcloud --background") (awful.spawn.with_shell "emacs --daemon") (awful.spawn.with_shell "libinput-gestures-setup start") +(awful.spawn.with_shell "bluetoothctl power on")