From bdbe521d8157a81bdf1af88bd31223c1d8caf9f1 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 18 Sep 2016 14:20:20 +0200 Subject: [PATCH] gscan2pdf placement --- .config/awesome/rc.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 723f453..f844e8e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -584,9 +584,14 @@ awful.rules.rules = { }, { rule = { class = "Gscan2pdf" }, properties = { - floating = false, screen = 1, - tag = "7" + tag = "5" + }, +-- callback = function(c) c:move_to_tag(tags[1][9]) end + }, + { rule = { name = "gscan2pdf .*" }, + properties = { + floating = false, }, -- callback = function(c) c:move_to_tag(tags[1][9]) end }, -- 2.39.2