From 7bbf7e04af827a33b0bfb0727b0224b9dca6d642 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 +++ hyprland/.config/hypr/dms/cursor.conf | 6 ------ hyprland/.config/hypr/dms/layout.conf | 11 ----------- hyprland/.config/hypr/dms/outputs.conf | 4 ---- 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 --------- 10 files changed, 8 insertions(+), 85 deletions(-) delete mode 100644 hyprland/.config/hypr/dms/cursor.conf delete mode 100644 hyprland/.config/hypr/dms/layout.conf delete mode 100644 hyprland/.config/hypr/dms/outputs.conf 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/hyprland/.config/hypr/dms/cursor.conf b/hyprland/.config/hypr/dms/cursor.conf deleted file mode 100644 index 6158347..0000000 --- a/hyprland/.config/hypr/dms/cursor.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Auto-generated by DMS - do not edit manually - -env = HYPRCURSOR_THEME,Sweet-cursors -env = XCURSOR_THEME,Sweet-cursors -env = HYPRCURSOR_SIZE,24 -env = XCURSOR_SIZE,24 diff --git a/hyprland/.config/hypr/dms/layout.conf b/hyprland/.config/hypr/dms/layout.conf deleted file mode 100644 index b9a8ad9..0000000 --- a/hyprland/.config/hypr/dms/layout.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Auto-generated by DMS - do not edit manually - -general { - gaps_in = 4 - gaps_out = 4 - border_size = 2 -} - -decoration { - rounding = 12 -} diff --git a/hyprland/.config/hypr/dms/outputs.conf b/hyprland/.config/hypr/dms/outputs.conf deleted file mode 100644 index 8a7769e..0000000 --- a/hyprland/.config/hypr/dms/outputs.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Auto-generated by DMS - do not edit manually - -monitor = DP-1, 2560x1440@59.951, 2560x0, 1, vrr, 1 -monitor = DP-2, 2560x1440@180.002, 0x0, 1 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 -}