mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-03-06 17:42:06 +01:00
feat: add floating window rule for onboard app-id in niri.nix configuration
This commit is contained in:
@@ -306,6 +306,11 @@ window-rule {
|
||||
clip-to-geometry true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="onboard"
|
||||
open-floating true
|
||||
}
|
||||
|
||||
binds {
|
||||
// Keys consist of modifiers separated by + signs, followed by an XKB key name
|
||||
// in the end. To find an XKB name for a particular key, you may use a program
|
||||
|
||||
Reference in New Issue
Block a user