From: martin f. krafft Date: Mon, 26 Sep 2016 19:23:23 +0000 (+0200) Subject: float all windows by default X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/33ce8ff0b0e93ab9fc4b86716269e1180a16b5d4?hp=f46ffb85e7e059d41d4f337f2451b2ef2fd524ad float all windows by default --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e1fb38d..920d28f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -541,7 +541,8 @@ awful.rules.rules = { buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, - } + floating = true + }, }, -- Add titlebars to normal clients and dialogs