Remove nonexistent property from example (#3302)
See <https://www.reddit.com/r/awesomewm/comments/lzgecn/what_intrusive_true_means_in_the_properties_of/>. Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
7050ba083f
commit
c0380e3080
|
@ -24,7 +24,6 @@ local gfs = require("gears.filesystem") --DOC_HIDE
|
|||
-- Spawn method to spawn in the current tag
|
||||
{{"Mod1" }, "Return", function(command)
|
||||
clear(awful.spawn(command,{
|
||||
intrusive = true,
|
||||
tag = mouse.screen.selected_tag
|
||||
}))
|
||||
end},
|
||||
|
|
Loading…
Reference in New Issue