replaced hyprland config with lua
This commit is contained in:
29
hypr/hyprland.lua
Normal file
29
hypr/hyprland.lua
Normal 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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user