Add KuroWMII layout that manages new windows in a way I like, add some more shortcuts, improve battery icon, automatically open programs on workspaces and remove the GroupRules for them after they spawn so that new instances of that app don't open on that workspace any more.

This commit is contained in:
Kevin Alberts 2017-12-02 09:29:26 +01:00
parent b9224b667d
commit 9a3fdf1b65
5 changed files with 176 additions and 14 deletions

View file

@ -59,7 +59,7 @@ def handle_focus_change(theme):
name = window.name
if wm_class:
theme.log_info(str(wm_class))
theme.log_info("{}, {}".format(wm_class, name))
# Check which window we entered and do some special effects if it is a special window.