switch to hyprland lua
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
-- #######################################################################################
|
||||
-- Arindy HYPRLAND CONFIG.
|
||||
-- #######################################################################################
|
||||
|
||||
-- Refer to the wiki for more information.
|
||||
-- https://wiki.hypr.land/Configuring/
|
||||
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
|
||||
|
||||
-- Source: ./shared.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("shared")
|
||||
-- Source: ./conf/monitors.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.monitors")
|
||||
-- Source: ./conf/autostart.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.autostart")
|
||||
-- Source: ./conf/env.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.env")
|
||||
-- Source: ./conf/permissions.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.permissions")
|
||||
-- Source: ./conf/input.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.input")
|
||||
-- Source: ./conf/keybinds.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.keybinds")
|
||||
-- Source: ./conf/style.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.style")
|
||||
-- Source: ./conf/windows.conf — convert this file to Lua and ensure it is on Lua's package.path.
|
||||
require("conf.windows")
|
||||
Reference in New Issue
Block a user