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

29
hypr/hyprland.lua Normal file
View File

@@ -0,0 +1,29 @@
--██ ██ ██ ██ █████▄ █████▄ ██ ▄████▄ ███ ██ ████▄
--██████ ▀██▀ ██▄▄█▀ ██▄▄██▄ ██ ██▄▄██ ██ ▀▄██ ██ ██
--██ ██ ██ ██ ██ ██ ██████ ██ ██ ██ ██ ████▀
--##################
--## MY PROGRAMS ###
--##################
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
local terminal = "ghostty"
local fileManager = "thunar"
local menu = "rofi -show drun"
local browser = "librewolf"
local browser2 = "google-chrome-stable"
-- Configurations
require("hyprland.animations")
require("hyprland.autostart")
require("hyprland.bindings")
require("hyprland.env")
require("hyprland.looknfeel")
require("hyprland.monitors")
require("hyprland.windowrules")