feat: dirty update

This commit is contained in:
xeals 2019-02-10 21:57:46 +11:00
parent ba2284cb65
commit c02b6ef68d
2 changed files with 4 additions and 5 deletions

View File

@ -27,7 +27,8 @@
;; Floating clients.
{:rule_any {:class ["Gpick"
"Orage"]
"Orage"
"Pavucontrol"]
:name ["Event Tester"] ;; xev
:role ["pop-up"
"xfce4-terminal-dropdown"]}

View File

@ -8,13 +8,12 @@
;;;
;; Configuration
(local layouts [awful.layout.suit.tile
awful.layout.suit.floating])
(local layouts [awful.layout.suit.tile])
(set awful.layout.layouts layouts)
;; TODO Rasterize?
(local tags [:firefox.png :code.png :code.svg])
(local tags [:firefox.png :code.png :code.png :code.png :code.png :code.png])
(let [icon-path (.. (os.getenv "HOME") "/.config/awesome/theme/icons/tag/")]
(awful.screen.connect_for_each_screen
@ -22,7 +21,6 @@
(each [n tag (ipairs tags)]
(awful.tag.add
n {:icon (.. icon-path tag)
:icon_only true
:layout (. layouts 1)
:gap_single_client false
:gap beautiful.useless_gap