Making laptop false by default

This commit is contained in:
Chris Cochrun 2021-02-03 11:09:21 -06:00
parent b1df1445d5
commit c6b7b47834

View file

@ -64,7 +64,7 @@
(local alt "Mod1")
;; Set hostname so that we can utilize specific features on different machines
(global laptop true)
(global laptop false)
(awful.spawn.easy_async "hostname" (fn [ stdout stderr reason exit_code ]
(if (= "chris-linuxlaptop\n" stdout)
(global laptop true)