From 055a4dd91771844e7bd1ae04992ce3b7620db767 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 9 Aug 2015 05:09:44 +0200 Subject: [PATCH] reverted some arduino fixes in awesome... --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index b9b2d8c4..f24f10e2 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -526,8 +526,8 @@ awful.rules.rules = { -- properties = { floating = true } }, { rule = { class = "gimp" }, properties = { floating = true } }, - { rule = { instance = "urxvt" }, - properties = { floating = true } }, + --{ rule = { instance = "urxvt" }, + -- properties = { floating = true } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } },