From 1aed48e109d5de4e6ff515d676786158cc7619b3 Mon Sep 17 00:00:00 2001 From: Akina Date: Sat, 23 May 2026 15:32:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20DMS=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=94=9F=E6=88=90=E7=9A=84=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E8=BF=BD=E8=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ dms/alttab.kdl | 10 ---------- dms/colors.kdl | 39 --------------------------------------- dms/cursor.kdl | 0 dms/layout.kdl | 22 ---------------------- dms/wpblur.kdl | 9 --------- 6 files changed, 7 insertions(+), 80 deletions(-) create mode 100644 .gitignore delete mode 100644 dms/alttab.kdl delete mode 100644 dms/colors.kdl delete mode 100644 dms/cursor.kdl delete mode 100644 dms/layout.kdl delete mode 100644 dms/wpblur.kdl diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..419ccac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +config.kdl.backup* + +dms/alttab.kdl +dms/colors.kdl +dms/cursor.kdl +dms/layout.kdl +dms/wpblur.kdl diff --git a/dms/alttab.kdl b/dms/alttab.kdl deleted file mode 100644 index 091ea07..0000000 --- a/dms/alttab.kdl +++ /dev/null @@ -1,10 +0,0 @@ -// ! DO NOT EDIT ! - // ! AUTO-GENERATED BY DMS ! - // ! CHANGES WILL BE OVERWRITTEN ! - // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! - - recent-windows { - highlight { - corner-radius 12 - } - } diff --git a/dms/colors.kdl b/dms/colors.kdl deleted file mode 100644 index d73bbb9..0000000 --- a/dms/colors.kdl +++ /dev/null @@ -1,39 +0,0 @@ -// ! 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" - } -} diff --git a/dms/cursor.kdl b/dms/cursor.kdl deleted file mode 100644 index e69de29..0000000 diff --git a/dms/layout.kdl b/dms/layout.kdl deleted file mode 100644 index 431afbf..0000000 --- a/dms/layout.kdl +++ /dev/null @@ -1,22 +0,0 @@ -// ! 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 - } diff --git a/dms/wpblur.kdl b/dms/wpblur.kdl deleted file mode 100644 index 3d58802..0000000 --- a/dms/wpblur.kdl +++ /dev/null @@ -1,9 +0,0 @@ -// ! 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 -}