Adding polybar and dedupbw
This commit is contained in:
parent
52542754c8
commit
6fea3e862b
6 changed files with 148 additions and 159 deletions
|
@ -64,12 +64,12 @@
|
|||
(local alt "Mod1")
|
||||
|
||||
;; Set hostname so that we can utilize specific features on different machines
|
||||
(global laptop true)
|
||||
(awful.spawn.easy_async "hostname" (fn [ stdout stderr reason exit_code ]
|
||||
(if (= "chris-linuxlaptop\n" stdout)
|
||||
(global laptop true)
|
||||
(naughty.notify {:text "didn't set"}))))
|
||||
(if laptop (naughty.notify {:text "yayyayayayayayyay"}))
|
||||
(naughty.notify {:text (tostring laptop)})
|
||||
(if laptop (naughty.notify {:text "laptop detected"}))
|
||||
|
||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||
(set awful.layout.layouts [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue