From db33e654b567668adcebdb2968385875f1d8b424 Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:50:26 +0100 Subject: [PATCH] Removed files generated by dms --- hyprland/.config/hypr/dms/.gitignore | 3 +++ niri/.config/niri/dms/.gitignore | 5 +++++ niri/.config/niri/dms/alttab.kdl | 10 ---------- niri/.config/niri/dms/cursor.kdl | 9 --------- niri/.config/niri/dms/layout.kdl | 22 ---------------------- niri/.config/niri/dms/outputs.kdl | 14 -------------- niri/.config/niri/dms/wpblur.kdl | 9 --------- 7 files changed, 8 insertions(+), 64 deletions(-) delete mode 100644 niri/.config/niri/dms/alttab.kdl delete mode 100644 niri/.config/niri/dms/cursor.kdl delete mode 100644 niri/.config/niri/dms/layout.kdl delete mode 100644 niri/.config/niri/dms/outputs.kdl delete mode 100644 niri/.config/niri/dms/wpblur.kdl diff --git a/hyprland/.config/hypr/dms/.gitignore b/hyprland/.config/hypr/dms/.gitignore index 1838a28..a981021 100644 --- a/hyprland/.config/hypr/dms/.gitignore +++ b/hyprland/.config/hypr/dms/.gitignore @@ -1 +1,4 @@ colors.conf +cursor.conf +layout.conf +outputs.conf diff --git a/niri/.config/niri/dms/.gitignore b/niri/.config/niri/dms/.gitignore index 9acfe28..9f6cf4b 100644 --- a/niri/.config/niri/dms/.gitignore +++ b/niri/.config/niri/dms/.gitignore @@ -1 +1,6 @@ +alttab.kdl colors.kdl +cursor.kdl +layout.kdl +outputs.kdl +wpblur.kdl diff --git a/niri/.config/niri/dms/alttab.kdl b/niri/.config/niri/dms/alttab.kdl deleted file mode 100644 index 091ea07..0000000 --- a/niri/.config/niri/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/niri/.config/niri/dms/cursor.kdl b/niri/.config/niri/dms/cursor.kdl deleted file mode 100644 index 98298f2..0000000 --- a/niri/.config/niri/dms/cursor.kdl +++ /dev/null @@ -1,9 +0,0 @@ -// ! DO NOT EDIT ! -// ! AUTO-GENERATED BY DMS ! -// ! CHANGES WILL BE OVERWRITTEN ! -// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! - -cursor { - xcursor-theme "Sweet-cursors" - xcursor-size 24 -} \ No newline at end of file diff --git a/niri/.config/niri/dms/layout.kdl b/niri/.config/niri/dms/layout.kdl deleted file mode 100644 index 431afbf..0000000 --- a/niri/.config/niri/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/niri/.config/niri/dms/outputs.kdl b/niri/.config/niri/dms/outputs.kdl deleted file mode 100644 index 8912b3c..0000000 --- a/niri/.config/niri/dms/outputs.kdl +++ /dev/null @@ -1,14 +0,0 @@ -// 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 -} - diff --git a/niri/.config/niri/dms/wpblur.kdl b/niri/.config/niri/dms/wpblur.kdl deleted file mode 100644 index 3d58802..0000000 --- a/niri/.config/niri/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 -}