add lua config for hyprland
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---------------
|
||||
--- SOURCES ---
|
||||
---------------
|
||||
|
||||
-- MONITORS
|
||||
require("source/monitors")
|
||||
-- BINDS
|
||||
require("source/binds")
|
||||
-- AUTOSTART
|
||||
require("source/autostart")
|
||||
-- ENVIRONMENT VARIABLES
|
||||
require("source/ev")
|
||||
-- LOOK AND FEEL
|
||||
require("source/look")
|
||||
-- INPUT
|
||||
require("source/input")
|
||||
-- WINDOWS AND WORKSPACES
|
||||
require("source/winandwork")
|
||||
Reference in New Issue
Block a user