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] } },