From 174752025a0ba20601c1eb4e2e82daa7b51d78e6 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 29 Sep 2016 16:06:09 +0200 Subject: [PATCH] cleanup gscan2pdf rule --- .config/awesome/rc.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index b2b49c3..d8dde35 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -583,17 +583,12 @@ awful.rules.rules = { callback = move_to_tag(screen.count() == 1 and 1 or 2, 9) }, { rule = { class = "Gscan2pdf" }, - properties = { - screen = 1, - tag = "5" - }, callback = move_to_tag(1, 5) }, { rule = { name = "gscan2pdf .*" }, properties = { floating = false, }, - callback = move_to_tag(1, 5) }, } -- }}} -- 2.39.2