feat: Update config with new releases

This commit is contained in:
2025-10-22 13:58:47 +11:00
parent 3db24e33d4
commit 9287396d75
7 changed files with 42 additions and 10 deletions

View File

@@ -89,6 +89,21 @@ windowrule = opacity 0.8 override 0.8 override, tag:opacity:0.8
windowrule = opacity 0.9 override 0.9 override, tag:opacity:0.9
windowrule = opacity 1 override 1 override, tag:opacity:1
# freeRDP - Remote Desktop Protocol Client
windowrulev2 = float, xclass:xfreerdp
# match by X11 WM_CLASS you set in xfreerdp
windowrulev2 = float, xclass:Autodesk Fusion
windowrulev2 = center, xclass:Autodesk Fusion
# prevent tiling / auto-fullscreen for these windows
#windowrulev2 = disableautotile, xclass:Autodesk Fusion
windowrule = float, xclass:Autodesk Fusion
# optionally force borderless (if you prefer)
windowrulev2 = noborder, xclass:Autodesk Fusion
#! (Still doesn't work) Add org.kde.kdeconnect.daemon for KDE connect pointer
windowrule = noblur, class:^(org.kde.kdeconnect.daemon)$ #As it is transparent it will prevent it blurring so you can see what you are ponting at
windowrule = nofocus,class:^(org.kde.kdeconnect.daemon)$ # Disables focus so if you have the option to dim on focus it will not dim the window behind it