Notifications for testing
This commit is contained in:
parent
c6b7b47834
commit
0f2b385f6b
|
@ -69,7 +69,7 @@
|
||||||
(if (= "chris-linuxlaptop\n" stdout)
|
(if (= "chris-linuxlaptop\n" stdout)
|
||||||
(global laptop true)
|
(global laptop true)
|
||||||
(naughty.notify {:text "didn't set"}))))
|
(naughty.notify {:text "didn't set"}))))
|
||||||
(if laptop (naughty.notify {:text "laptop detected"}))
|
(if laptop (naughty.notify {:text "laptop detected"}) (naughty.notify {:text "laptop not detected"}))
|
||||||
|
|
||||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||||
(set awful.layout.layouts [
|
(set awful.layout.layouts [
|
||||||
|
|
Loading…
Reference in a new issue