mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-16 19:46:58 +02:00
fix: niri - float other zoom-us windows
This commit is contained in:
@@ -100,8 +100,17 @@ window-rule {
|
||||
}
|
||||
window-rule {
|
||||
match app-id="Zoom Workplace"
|
||||
// Zoom Home Page
|
||||
match title="^(Zoom Workplace)( - Free account)?$"
|
||||
open-on-workspace "0other"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="Zoom Workplace"
|
||||
// Zoom - other windows
|
||||
exclude title="^(Zoom Workplace)( - Free account)?$"
|
||||
open-on-workspace "0other"
|
||||
open-floating true
|
||||
}
|
||||
|
||||
// Notifications shows top right
|
||||
window-rule {
|
||||
|
||||
Reference in New Issue
Block a user