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" {
|
||||
mode "1920x1200@59.950"
|
||||
}
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
// Find more information on the wiki:
|
||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
// Find more information on the wiki:
|
||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||
overview {
|
||||
workspace-shadow {
|
||||
off
|
||||
}
|
||||
}
|
||||
layout {
|
||||
background-color "transparent"
|
||||
// Set gaps around windows in logical pixels.
|
||||
gaps 16
|
||||
struts {
|
||||
|
@ -261,6 +261,11 @@ window-rule {
|
|||
open-floating true
|
||||
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 {
|
||||
match namespace="^launcher$"
|
||||
shadow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue