From: martin f. krafft Date: Mon, 12 Feb 2018 22:46:08 +0000 (+1300) Subject: do not set floating for urxvt X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/02c85c0e1c4b6c87a3e018e3f1f8d9d1bf15ec01 do not set floating for urxvt --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 9ac4212..99b72e9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -623,7 +623,7 @@ awful.rules.rules = { { rule = { class = "URxvt" }, properties = { - floating = false, + -- floating = false, size_hints_honor = false } }, { rule = { class = "URxvt", instance = "irc" },