commit before configuration of hyprland

This commit is contained in:
Frank Zechert
2026-07-26 03:02:18 +02:00
parent 2560bf0b91
commit aebf67c2fd
25 changed files with 1407 additions and 35 deletions
@@ -0,0 +1,13 @@
-- See https://wiki.hypr.land/Configuring/Basics/Autostart/
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
-- Or execute your favorite apps at launch like this:
--
-- hl.on("hyprland.start", function ()
-- hl.exec_cmd(terminal)
-- hl.exec_cmd("nm-applet")
-- hl.exec_cmd("waybar & hyprpaper & firefox")
-- end)