Fork the desktop off Omarchy as a self-contained system

This commit is contained in:
2026-09-19 23:50:39 -04:00
parent 16a56f49a1
commit 9501f2bb4d
559 changed files with 43273 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
-- See https://wiki.hypr.land/Configuring/Basics/Variables/#input
hl.config({
input = {
kb_layout = "us",
kb_options = "compose:caps",
repeat_rate = 40,
repeat_delay = 600,
numlock_by_default = true,
touchpad = {
scroll_factor = 0.4,
},
},
})
-- Scroll nicely in the terminal.
o.window("(Alacritty|kitty)", { scroll_touchpad = 1.5 })
o.window("com.mitchellh.ghostty", { scroll_touchpad = 0.2 })