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 -}