Move flags to persistent setup so hyprctl reload doesn't reset them

This commit is contained in:
David Heinemeier Hansson
2026-04-17 14:16:47 +02:00
parent 8912bcb81c
commit 79d3b8cec6
12 changed files with 78 additions and 30 deletions
+2
View File
@@ -0,0 +1,2 @@
# This directory is intended for permanent config toggle flags.
# Do not remove this file (as the directory always needs at least one file).
@@ -0,0 +1,2 @@
# Disable the internal laptop monitor
monitor=eDP-1,disable
@@ -0,0 +1,5 @@
# Avoid overly wide single-window layouts on wide screens
layout {
single_window_aspect_ratio = 1 1
}