- 1. 概要
- 2. 設定
1. 概要
ウィンドウの設定について記述します。
2. 設定
「CachyOS 260809 mango」では、ウィンドウの設定は。
~/.config/mango/cfg/rules.conf
に書いてあり、デフォルトでは、下記のように記述されています。
# | Rules |
# Window/Tag/Layer rules. | https://mangowm.github.io/docs/window-management/rules
windowrule = isfloating:1, appid:[Ss]team
windowrule = isfloating:0, title:Steam
windowrule = isfloating:1, appid:steam, title:Steam Settings
layerrule = noanim:1, noblur:1, layer_name:selection
すべてのウィンドウをフローティング表示するには、6行目の後ろに、下記を記述します。
windowrule = isfloating:1, appid:.*
|
|