From e442ddf1aa36a5ba567d3e16f6fc168e58f42f63 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:03:53 -0300 Subject: [PATCH] qtile: add heroic and lutris to GMG group --- .config/qtile/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 480e817..fb0a4b4 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -472,6 +472,8 @@ def try_regroup_window(client): "Navigator": "WWW", "code": "DEV", "Steam": "GMG", + "heroic": "GMG", + "lutris": "GMG", "nitrogen": "SYS", "VirtualBox Manager": "SYS", "virt-manager": "SYS",