From 33ce8ff0b0e93ab9fc4b86716269e1180a16b5d4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 26 Sep 2016 21:23:23 +0200 Subject: [PATCH] float all windows by default --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2