From 64cfa664cd58676bedca6ad0ad1e6267cfaa1b4f Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Mar 2023 00:09:07 -0500 Subject: comment out floating windows always on top --- awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome/rc.lua b/awesome/rc.lua index ab8348b..7c5b061 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -920,6 +920,7 @@ awful.spawn.with_shell(string.format("sh %s/autostart.sh &", config_dir)) -- }}} -- {{{ Floating windows always on top +--[[ client.connect_signal("property::floating", function(c) if not c.fullscreen then if c.floating then @@ -929,6 +930,7 @@ client.connect_signal("property::floating", function(c) end end end) +--]] -- }}} -- spawn windows as slaves {{{ -- cgit v1.2.3