30 lines
924 B
Lua
30 lines
924 B
Lua
|
|
|
|
--██ ██ ██ ██ █████▄ █████▄ ██ ▄████▄ ███ ██ ████▄
|
|
--██████ ▀██▀ ██▄▄█▀ ██▄▄██▄ ██ ██▄▄██ ██ ▀▄██ ██ ██
|
|
--██ ██ ██ ██ ██ ██ ██████ ██ ██ ██ ██ ████▀
|
|
|
|
--##################
|
|
--## 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")
|
|
|
|
|