Replace Self Restart with Restart Sig

- Disable self restart patch
- Enable restart sig patch again
- Replace "Ferdi" window rule with "Ferdium"
This commit is contained in:
Sravan Balaji
2022-06-18 08:07:15 -04:00
parent e2d61fe154
commit 3eddc34482
3 changed files with 6 additions and 6 deletions

View File

@@ -410,7 +410,7 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.title = "Picture in picture", .isfloating = 1)
RULE(.class = "Ferdi", .tags = 1 << 0)
RULE(.class = "Ferdium", .tags = 1 << 0)
RULE(.class = "Signal", .tags = 1 << 0)
RULE(.class = "discord", .tags = 1 << 0)
RULE(.class = "Microsoft Teams - Preview", .tags = 1 << 0)