X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/6e866abaf4c942c63aec84db90942f7726b18684..33ce8ff0b0e93ab9fc4b86716269e1180a16b5d4:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e4dda79..920d28f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -541,7 +541,8 @@ awful.rules.rules = { buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, - } + floating = true + }, }, -- Add titlebars to normal clients and dialogs @@ -559,7 +560,7 @@ awful.rules.rules = { } }, { rule = { class = "URxvt", instance = "irc" }, properties = { - switch_to_tag = true + switchtotag = true }, callback = move_to_tag(screen.count(), screen.count() == 1 and 2 or 1) },