aboutsummaryrefslogtreecommitdiff
path: root/niri-dms/dot-config/niri/dms
diff options
context:
space:
mode:
Diffstat (limited to 'niri-dms/dot-config/niri/dms')
-rw-r--r--niri-dms/dot-config/niri/dms/alttab.kdl10
-rw-r--r--niri-dms/dot-config/niri/dms/binds.kdl3
-rw-r--r--niri-dms/dot-config/niri/dms/colors.kdl39
-rw-r--r--niri-dms/dot-config/niri/dms/cursor.kdl0
-rw-r--r--niri-dms/dot-config/niri/dms/layout.kdl22
-rw-r--r--niri-dms/dot-config/niri/dms/outputs.kdl0
-rw-r--r--niri-dms/dot-config/niri/dms/windowrules.kdl0
-rw-r--r--niri-dms/dot-config/niri/dms/wpblur.kdl9
8 files changed, 83 insertions, 0 deletions
diff --git a/niri-dms/dot-config/niri/dms/alttab.kdl b/niri-dms/dot-config/niri/dms/alttab.kdl
new file mode 100644
index 0000000..2d49f89
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/alttab.kdl
@@ -0,0 +1,10 @@
+// ! DO NOT EDIT !
+ // ! AUTO-GENERATED BY DMS !
+ // ! CHANGES WILL BE OVERWRITTEN !
+ // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
+
+ recent-windows {
+ highlight {
+ corner-radius 6
+ }
+ }
diff --git a/niri-dms/dot-config/niri/dms/binds.kdl b/niri-dms/dot-config/niri/dms/binds.kdl
new file mode 100644
index 0000000..e34bd8a
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/binds.kdl
@@ -0,0 +1,3 @@
+binds {
+ Mod+X { spawn "dms" "ipc" "lock" "lock"; }
+}
diff --git a/niri-dms/dot-config/niri/dms/colors.kdl b/niri-dms/dot-config/niri/dms/colors.kdl
new file mode 100644
index 0000000..cde2c23
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/colors.kdl
@@ -0,0 +1,39 @@
+// ! 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 "#80aa9e"
+ inactive-color "#a89984"
+ urgent-color "#e96962"
+ }
+
+ border {
+ active-color "#80aa9e"
+ inactive-color "#a89984"
+ urgent-color "#e96962"
+ }
+
+ shadow {
+ color "#00000070"
+ }
+
+ tab-indicator {
+ active-color "#80aa9e"
+ inactive-color "#a89984"
+ urgent-color "#e96962"
+ }
+
+ insert-hint {
+ color "#80aa9e80"
+ }
+}
+
+recent-windows {
+ highlight {
+ active-color "#0d3138"
+ urgent-color "#e96962"
+ }
+}
diff --git a/niri-dms/dot-config/niri/dms/cursor.kdl b/niri-dms/dot-config/niri/dms/cursor.kdl
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/cursor.kdl
diff --git a/niri-dms/dot-config/niri/dms/layout.kdl b/niri-dms/dot-config/niri/dms/layout.kdl
new file mode 100644
index 0000000..ed234cf
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/layout.kdl
@@ -0,0 +1,22 @@
+// ! 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 6
+ clip-to-geometry true
+ tiled-state true
+ draw-border-with-background false
+ }
diff --git a/niri-dms/dot-config/niri/dms/outputs.kdl b/niri-dms/dot-config/niri/dms/outputs.kdl
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/outputs.kdl
diff --git a/niri-dms/dot-config/niri/dms/windowrules.kdl b/niri-dms/dot-config/niri/dms/windowrules.kdl
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/windowrules.kdl
diff --git a/niri-dms/dot-config/niri/dms/wpblur.kdl b/niri-dms/dot-config/niri/dms/wpblur.kdl
new file mode 100644
index 0000000..3d58802
--- /dev/null
+++ b/niri-dms/dot-config/niri/dms/wpblur.kdl
@@ -0,0 +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
+}