inital commit
This commit is contained in:
15
home/aiden/.config/niri/layout.kdl
Normal file
15
home/aiden/.config/niri/layout.kdl
Normal file
@@ -0,0 +1,15 @@
|
||||
// Window rules let you adjust behavior for individual windows.
|
||||
// Find more information on the wiki:
|
||||
// https://yalter.github.io/niri/Configuration:-Window-Rules
|
||||
|
||||
// Open as floating by default.
|
||||
window-rule {
|
||||
// This app-id regular expression will work for both:
|
||||
// - host Firefox (app-id is "firefox")
|
||||
// - Flatpak Firefox (app-id is "org.mozilla.firefox")
|
||||
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
|
||||
match app-id="org.kde.dolphin"
|
||||
match app-id="nemo"
|
||||
match app-id="org.gnome.Calculator"
|
||||
open-floating true
|
||||
}
|
||||
Reference in New Issue
Block a user