feat: start new lua-based hyprland config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
-- TODO: Laptop vs desktop vs docked config
|
||||
local swap_escape = false
|
||||
require("hyprland.core.general")
|
||||
require("hyprland.core.input")(swap_escape)
|
||||
|
||||
require("colors")
|
||||
|
||||
hl.device({
|
||||
name = "pnp0c50:00-093a:0255-touchpad",
|
||||
enabled = true,
|
||||
})
|
||||
Reference in New Issue
Block a user