Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
fix: disabled monitor no tagsset
Add output to layout after enabled state is committed
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
hotfix: do not lose focus on tags moving between monitors
fix: attachclients in applyrules
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
Merge branch 'patch/singletagset' into v0.6-a/patched-base
fix: attach client to different monitor for tagrules
fix: singletagset unexpectedly changed selmon When viewing tag that was previously on another monitor, and the current monitor was empty, this lead to selmon being changed, since focusclient(focustop(origm), 1) cannot change the monitor in this scenario
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
Fix tagnthmon null client
Merge branch 'patch/singletagset-pertag' into v0.6-a/patched-base
Apply pertag to work with singletagset
fix: singletagset unexpectedly changed selmon When viewing tag that was previously on another monitor, and the current monitor was empty, this lead to selmon being changed, since focusclient(focustop(origm), 1) cannot change the monitor in this scenario
Apply accessnthmon-movecursor patch
Apply accessnthmon-movecursor patch
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
Merge branch 'patch/keyboard-shortcuts-inhibit' into v0.6-a/patched-base
feat: apply keyboard shortcuts inhibit patch