diff --git a/.config/qtile/config.py b/.config/qtile/config.py index ea23221..40ec7ff 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -116,6 +116,7 @@ keys = [ Key([mod, "control"], "j", lazy.layout.grow_down(), desc="Grow window down"), Key([mod, "control"], "k", lazy.layout.grow_up(), desc="Grow window up"), + Key([mod, "control"], "u", lazy.spawn("pkill -9 Unity"), desc="Kill Unity"), Key([mod], "comma", lazy.screen.prev_group(), desc="Move to previous group"), Key([mod], "period", lazy.screen.next_group(), desc="Move to next group"), Key([mod, "shift"], "comma", lazy.prev_screen(), desc="Move focus to left screen"), @@ -371,8 +372,8 @@ floating_layout = layout.Floating( Match(title="UnityEditor.AnnotationWindow"), Match(title="Enable Android Auto-resolution?"), Match(wm_class="Unity", title="Select Material"), - # Match(wm_class="Unity", title="Select Tower Build Modal"), - # Match(wm_class="Unity", title="Select Material"), + Match(wm_class="Unity", title="Color"), + Match(wm_class="Unity", title="Save Layout"), ] ) auto_fullscreen = True