summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/templates/hypr/kanshi.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprland/templates/hypr/kanshi.conf.j2')
-rw-r--r--roles/hyprland/templates/hypr/kanshi.conf.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/hyprland/templates/hypr/kanshi.conf.j2 b/roles/hyprland/templates/hypr/kanshi.conf.j2
new file mode 100644
index 00000000..18161771
--- /dev/null
+++ b/roles/hyprland/templates/hypr/kanshi.conf.j2
@@ -0,0 +1,7 @@
+{% if hyprland_kanshi_profiles is defined %}
+{{ hyprland_kanshi_profiles }}
+{% else %}
+profile default {
+ output * mode preferred position 0,0 scale 1
+}
+{% endif %}