summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-30 21:59:32 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-30 21:59:32 +0100
commitaacdd107162c4475128c024473457ed7090b08b0 (patch)
tree785bb692c62037a60ab7ea40c5bbbfce61c4b028 /.config
parent6f7f89025b3983d3f7876d5c15b51e6ac2851e17 (diff)
Add basic hyprland integration/autostart
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf3
-rw-r--r--.config/hypr/monitors.conf11
2 files changed, 14 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
new file mode 100644
index 0000000..6eacfa1
--- /dev/null
+++ b/.config/hypr/hyprland.conf
@@ -0,0 +1,3 @@
+# Hyprland main configuration file
+# Based on Omarchy hyprland setup
+source = ~/.config/hypr/monitors.conf
diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf
new file mode 100644
index 0000000..5f9e842
--- /dev/null
+++ b/.config/hypr/monitors.conf
@@ -0,0 +1,11 @@
+# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
+# env = GDK_SCALE,2
+# monitor=,preferred,auto,auto
+
+# Good compromise for 27" or 32" 4K monitors (but fractional!)
+# env = GDK_SCALE,1.75
+# monitor=,preferred,auto,1.6
+
+# Straight 1x setup for low-resolution displays like 1080p or 1440p
+env = GDK_SCALE,1
+monitor=,preferred,auto,1