Last active
May 28, 2022 16:38
-
-
Save OneOfOne/f86339590152b482bc6140f13e7fa604 to your computer and use it in GitHub Desktop.
kwin rules for ultrawide screen with common windows 2x(2/1)x1x1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[$Version] | |
update_info=kwinrules.upd:replace-placement-string-to-enum,kwinrules.upd:use-virtual-desktop-ids,kwinrules.upd:remove-placement-cascade | |
[1] | |
Description=Overwatch | |
clientmachine=localhost | |
noborder=true | |
noborderrule=2 | |
position=2560,0 | |
size=3380,1440 | |
sizerule=2 | |
wmclass=overwatch.exe | |
wmclassmatch=1 | |
[2] | |
Description=vscode | |
clientmachine=localhost | |
minsize=720,1440 | |
position=2560,0 | |
positionrule=3 | |
size=1280,1440 | |
sizerule=3 | |
types=1 | |
wmclass=code | |
wmclassmatch=1 | |
[3] | |
Description=chrome | |
clientmachine=localhost | |
position=3840,0 | |
positionrule=3 | |
size=1280,1440 | |
sizerule=3 | |
types=1 | |
wmclass=google-chrome google-chrome | |
wmclasscomplete=true | |
wmclassmatch=1 | |
[4] | |
Description=konsole | |
clientmachine=localhost | |
position=1280,720 | |
positionrule=3 | |
size=1280,720 | |
sizerule=3 | |
types=1 | |
wmclass=konsole | |
wmclassmatch=1 | |
[5] | |
Description=yakyak | |
clientmachine=localhost | |
position=1280,0 | |
positionrule=3 | |
size=640,720 | |
sizerule=2 | |
types=1 | |
wmclass=yakyak | |
wmclassmatch=1 | |
[6] | |
Description=gajim | |
clientmachine=localhost | |
position=1920,0 | |
positionrule=3 | |
size=640,720 | |
sizerule=2 | |
types=1 | |
windowrole=messages | |
windowrolematch=1 | |
wmclass=gajim | |
wmclassmatch=1 | |
[7] | |
Description=slack | |
clientmachine=localhost | |
position=0,720 | |
positionrule=3 | |
size=1280,720 | |
sizerule=3 | |
types=1 | |
wmclass=slack | |
wmclassmatch=1 | |
[8] | |
Description=discord | |
clientmachine=localhost | |
maxsize=2560,1440 | |
position=0,0 | |
positionrule=3 | |
size=1280,720 | |
sizerule=3 | |
types=1 | |
wmclass=discord | |
wmclassmatch=1 | |
[9] | |
Description=all | |
clientmachine=localhost | |
maxsize=2560,1440 | |
maxsizerule=2 | |
types=1 | |
[General] | |
count=9 | |
rules=1,2,3,4,5,6,7,8,9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment