AutoYADM commit: 2025-05-18 18:55:32
This commit is contained in:
parent
b544060628
commit
cdd0ea1ace
1 changed files with 11 additions and 6 deletions
|
@ -54,13 +54,13 @@ output "DP-1" {
|
||||||
output "HDMI-A-1" {
|
output "HDMI-A-1" {
|
||||||
mode "1920x1200@59.950"
|
mode "1920x1200@59.950"
|
||||||
}
|
}
|
||||||
// Settings that influence how windows are positioned and sized.
|
overview {
|
||||||
// Find more information on the wiki:
|
workspace-shadow {
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
off
|
||||||
// Settings that influence how windows are positioned and sized.
|
}
|
||||||
// Find more information on the wiki:
|
}
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
|
||||||
layout {
|
layout {
|
||||||
|
background-color "transparent"
|
||||||
// Set gaps around windows in logical pixels.
|
// Set gaps around windows in logical pixels.
|
||||||
gaps 16
|
gaps 16
|
||||||
struts {
|
struts {
|
||||||
|
@ -261,6 +261,11 @@ window-rule {
|
||||||
open-floating true
|
open-floating true
|
||||||
default-floating-position x=100 y=100 relative-to="bottom-right"
|
default-floating-position x=100 y=100 relative-to="bottom-right"
|
||||||
}
|
}
|
||||||
|
// makes swaybg stationary
|
||||||
|
layer-rule {
|
||||||
|
match namespace="^wallpaper$"
|
||||||
|
place-within-backdrop true
|
||||||
|
}
|
||||||
layer-rule {
|
layer-rule {
|
||||||
match namespace="^launcher$"
|
match namespace="^launcher$"
|
||||||
shadow {
|
shadow {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue