AutoYADM commit: 2025-02-26 13:10:12
This commit is contained in:
parent
4330a7e306
commit
8c7e3a22cd
1 changed files with 12 additions and 8 deletions
|
@ -60,7 +60,7 @@ output "DP-1" {
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
layout {
|
layout {
|
||||||
// Set gaps around windows in logical pixels.
|
// Set gaps around windows in logical pixels.
|
||||||
gaps 16
|
gaps 14
|
||||||
// When to center a column when changing focus, options are:
|
// When to center a column when changing focus, options are:
|
||||||
// - "never", default behavior, focusing an off-screen column will keep at the left
|
// - "never", default behavior, focusing an off-screen column will keep at the left
|
||||||
// or right edge of the screen.
|
// or right edge of the screen.
|
||||||
|
@ -195,13 +195,17 @@ window-rule {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// window-rule {
|
window-rule {
|
||||||
// match app-id="firefox$"
|
match app-id="firefox$"
|
||||||
// // clip-to-geometry true
|
clip-to-geometry true
|
||||||
// // focus-ring {
|
}
|
||||||
// // width 2
|
window-rule {
|
||||||
// // }
|
match app-id="firefox$"
|
||||||
// }
|
clip-to-geometry true
|
||||||
|
// focus-ring {
|
||||||
|
// width 2
|
||||||
|
// }
|
||||||
|
}
|
||||||
// Open the Firefox picture-in-picture player as floating by default.
|
// Open the Firefox picture-in-picture player as floating by default.
|
||||||
window-rule {
|
window-rule {
|
||||||
// This app-id regular expression will work for both:
|
// This app-id regular expression will work for both:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue