feat: add dms settings

This commit is contained in:
Akina
2026-04-30 16:44:56 +09:00
parent bc897e091c
commit 00bd2f8fc4
8 changed files with 80 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
recent-windows {
highlight {
corner-radius 12
}
}
View File
+39
View File
@@ -0,0 +1,39 @@
// ! Auto-generated file. Do not edit directly.
// Remove `include "dms/colors.kdl"` from your config to override.
layout {
background-color "transparent"
focus-ring {
active-color "#8c1d18"
inactive-color "#857371"
urgent-color "#b3261e"
}
border {
active-color "#8c1d18"
inactive-color "#857371"
urgent-color "#b3261e"
}
shadow {
color "#00000070"
}
tab-indicator {
active-color "#8c1d18"
inactive-color "#857371"
urgent-color "#b3261e"
}
insert-hint {
color "#8c1d1880"
}
}
recent-windows {
highlight {
active-color "#8c1d18"
urgent-color "#b3261e"
}
}
View File
+22
View File
@@ -0,0 +1,22 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
layout {
gaps 4
border {
width 2
}
focus-ring {
width 2
}
}
window-rule {
geometry-corner-radius 12
clip-to-geometry true
tiled-state true
draw-border-with-background false
}
View File
View File
+9
View File
@@ -0,0 +1,9 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
layer-rule {
match namespace="dms:blurwallpaper"
place-within-backdrop true
}