idk
This commit is contained in:
parent
e6714de34b
commit
b0b4067a00
10 changed files with 2610 additions and 98 deletions
|
|
@ -115,7 +115,7 @@ output "HDMI-A-1" {
|
|||
// https://yalter.github.io/niri/Configuration:-Layout
|
||||
layout {
|
||||
// Set gaps around windows in logical pixels.
|
||||
gaps 8
|
||||
gaps 4
|
||||
|
||||
//background-color "#351e4c"
|
||||
// When to center a column when changing focus, options are:
|
||||
|
|
@ -254,6 +254,13 @@ layout {
|
|||
color "#0007"
|
||||
}
|
||||
|
||||
tab-indicator {
|
||||
on
|
||||
place-within-column
|
||||
gap 3
|
||||
width 4
|
||||
}
|
||||
|
||||
// Struts shrink the area occupied by windows, similarly to layer-shell panels.
|
||||
// You can think of them as a kind of outer gaps. They are set in logical pixels.
|
||||
// Left and right struts will cause the next window to the side to always be visible.
|
||||
|
|
@ -334,6 +341,10 @@ window-rule {
|
|||
open-floating true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"ipe$"# title="^Ipe: waiting$"
|
||||
open-floating true
|
||||
}
|
||||
// Example: block out two password managers from screen capture.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue