From cc380c12eb0cbdbe65a55dd4b7910902ab890c65 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Fri, 7 Feb 2025 02:00:32 +0100 Subject: [PATCH] Added matlab windows_rules --- .config/hypr/windows_rules.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index 88b196f..275ae3a 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -37,3 +37,19 @@ windowrulev2=size 1000 800,class:(thunderbird),title:(Write.*) #windowrule=tile,title:gdb-pwntools windowrule = opacity 0.9 override 0.8 override,^(kitty)$ # set opacity to 0.9 active and 0.8 inactive for kitty + +# MATLAB +windowrulev2 = tile, title:(MATLAB [\w\d]* - academic use)$ +windowrulev2 = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(Command HistoryWindow)$ +windowrulev2 = noborder, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(Command HistoryWindow)$ +windowrulev2 = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(Command HistoryWindow)$ + +#windowrulev2 = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(TabCompletionPopup)$ +#windowrulev2 = noborder, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(TabCompletionPopup)$ +#windowrulev2 = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(TabCompletionPopup)$ + +#windowrulev2 = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(FunctionHints)$ +#windowrulev2 = noborder, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(FunctionHints)$ +#windowrulev2 = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(FunctionHints)$ + +windowrulev2 = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(DefaultOverlayManager\.JWindow)$