From: 2009 Date: Wed, 21 Jun 2017 01:02:41 +0000 (+1000) Subject: Fix issue with `add_tag` when not using floating layout X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/8a433a285b52a1e26b58b4d04350f273b482a061?hp=8a433a285b52a1e26b58b4d04350f273b482a061 Fix issue with `add_tag` when not using floating layout Using `awful.layout.layouts[0]` was causing `add_tag` to always be set to floating rather than the first entry in `awful.layout.layouts`. This would be fine for users who were using the floating layout, but would otherwise break the layoutbox widget and changing layouts. ---