replaced hyprland config with lua

This commit is contained in:
2026-08-23 11:32:54 -07:00
parent 4a659f016f
commit e4df7507ac
20 changed files with 897 additions and 350 deletions

View File

@@ -0,0 +1,17 @@
--▄████▄ ██ ██ ██████ ▄████▄ ▄█████ ██████ ▄████▄ █████▄ ██████
--██▄▄██ ██ ██ ██ ██ ██ ▀▀▀▄▄▄ ██ ██▄▄██ ██▄▄██▄ ██
--██ ██ ▀████▀ ██ ▀████▀ █████▀ ██ ██ ██ ██ ██ ██
hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store")
-- hl.exec_cmd("waybar & disown")
hl.exec_cmd("librewolf")
hl.exec_cmd("swaync")
hl.exec_cmd("hypridle")
hl.exec_cmd("seventeenlands")
hl.exec_cmd("signal-desktop")
hl.exec_cmd("discord")
hl.exec_cmd("thunderbird")
-- hl.exec_cmd("hyprctl dispatch exec \"[workspace 5 silent] steam\"")
end)