dms update

This commit is contained in:
2026-01-13 20:52:51 +01:00
parent 53d2a33ddf
commit 1be9515382
9 changed files with 196 additions and 139 deletions

View File

@@ -59,6 +59,7 @@ input {
}
mouse {
accel-profile "flat"
accel-speed 0.5
}
trackpoint {
}
@@ -259,3 +260,5 @@ include "dms/colors.kdl"
include "dms/layout.kdl"
include "dms/alttab.kdl"
include "dms/binds.kdl"
include "dms/outputs.kdl"

View File

@@ -1,5 +1,10 @@
recent-windows {
highlight {
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
recent-windows {
highlight {
corner-radius 12
}
}
}
}

View File

@@ -1,16 +1,19 @@
// ! 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 "#ff0080"
inactive-color "#8000ff"
urgent-color "#ff4080"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
border {
active-color "#ff0080"
inactive-color "#8000ff"
urgent-color "#ff4080"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
shadow {
@@ -18,19 +21,19 @@ layout {
}
tab-indicator {
active-color "#ff0080"
inactive-color "#8000ff"
urgent-color "#ff4080"
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
}
insert-hint {
color "#ff008080"
color "#e91e6380"
}
}
recent-windows {
highlight {
active-color "#cc0066"
urgent-color "#ff4080"
active-color "#4a0e2f"
urgent-color "#f2b8b5"
}
}
}

View File

View File

@@ -1,17 +1,22 @@
layout {
gaps 4
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
border {
width 2
}
layout {
gaps 4
focus-ring {
border {
width 2
}
}
window-rule {
geometry-corner-radius 12
clip-to-geometry true
tiled-state true
draw-border-with-background false
}
}
focus-ring {
width 2
}
}
window-rule {
geometry-corner-radius 12
clip-to-geometry true
tiled-state true
draw-border-with-background false
}

View File

@@ -0,0 +1,14 @@
// Auto-generated by DMS - do not edit manually
output "DP-2" {
mode "2560x1440@180.002"
scale 1
position x=0 y=0
}
output "DP-1" {
mode "2560x1440@59.951"
scale 1
position x=2560 y=140
}

View File

@@ -1,4 +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
}
}