feat: dirty update
This commit is contained in:
		| @@ -27,7 +27,8 @@ | |||||||
|  |  | ||||||
|   ;; Floating clients. |   ;; Floating clients. | ||||||
|   {:rule_any {:class ["Gpick" |   {:rule_any {:class ["Gpick" | ||||||
|                       "Orage"] |                       "Orage" | ||||||
|  |                       "Pavucontrol"] | ||||||
|               :name ["Event Tester"] ;; xev |               :name ["Event Tester"] ;; xev | ||||||
|               :role ["pop-up" |               :role ["pop-up" | ||||||
|                      "xfce4-terminal-dropdown"]} |                      "xfce4-terminal-dropdown"]} | ||||||
|   | |||||||
| @@ -8,13 +8,12 @@ | |||||||
| ;;; | ;;; | ||||||
| ;; Configuration | ;; Configuration | ||||||
|  |  | ||||||
| (local layouts [awful.layout.suit.tile | (local layouts [awful.layout.suit.tile]) | ||||||
|                 awful.layout.suit.floating]) |  | ||||||
|  |  | ||||||
| (set awful.layout.layouts layouts) | (set awful.layout.layouts layouts) | ||||||
|  |  | ||||||
| ;; TODO Rasterize? | ;; 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/")] | (let [icon-path (.. (os.getenv "HOME") "/.config/awesome/theme/icons/tag/")] | ||||||
|  (awful.screen.connect_for_each_screen |  (awful.screen.connect_for_each_screen | ||||||
| @@ -22,7 +21,6 @@ | |||||||
|     (each [n tag (ipairs tags)] |     (each [n tag (ipairs tags)] | ||||||
|       (awful.tag.add |       (awful.tag.add | ||||||
|        n {:icon (.. icon-path tag) |        n {:icon (.. icon-path tag) | ||||||
|           :icon_only true |  | ||||||
|           :layout (. layouts 1) |           :layout (. layouts 1) | ||||||
|           :gap_single_client false |           :gap_single_client false | ||||||
|           :gap beautiful.useless_gap |           :gap beautiful.useless_gap | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user