diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-02 18:01:03 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-02 18:01:03 +0100 |
commit | dccf49a1850e0aca20bf43a28c6355dfe81ae3e4 (patch) | |
tree | d36a021d6c5ebd07bd064cecf4637bee8d5809c3 /.config/maomao/config.conf | |
parent | ee6d6dd25830b7cfae8fd7260d764ef189457c5e (diff) |
Added window rules for Firefox
Diffstat (limited to '.config/maomao/config.conf')
-rw-r--r-- | .config/maomao/config.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index a9855cb..988ab0c 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -3,6 +3,7 @@ # Animation Configuration(support type:zoom,slide) # tag_animation_direction: 0-horizontal,1-vertical animations=1 +layer_animations=1 animation_type_open=slide animation_type_close=slide animation_fade_in=1 @@ -274,3 +275,7 @@ axisbind=SUPER,DOWN,viewtoright_have_client # Monitor Rules monitorrule=eDP-1,0.55,1,tile,0,1,1920,0 monitorrule=HDMI-A-1,0.55,1,tile,0,1,0,0 + +# Window Rules +windowrule=isfloating:1,appid:firefox,title:About Mozilla Firefox +windowrule=isfloating:1,width:1000,height:500,appid:firefox,title:Library |