Making laptop false by default
This commit is contained in:
parent
b1df1445d5
commit
c6b7b47834
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue