26 lines
519 B
Lua
26 lines
519 B
Lua
-- TODO: Laptop vs desktop vs docked config
|
|
local swap_escape = false
|
|
hl.config({
|
|
general = require("hyprland.core.general")(),
|
|
input = require("hyprland.core.input")(swap_escape),
|
|
xwayland = {
|
|
force_zero_scaling = true,
|
|
},
|
|
misc = {
|
|
disable_hyprland_logo = true,
|
|
disable_splash_rendering = false,
|
|
vrr = 3,
|
|
allow_session_lock_restore = true,
|
|
},
|
|
dwindle = {
|
|
pseudotile = true,
|
|
force_split = 2,
|
|
preserve_split = true,
|
|
},
|
|
})
|
|
|
|
hl.device({
|
|
name = "pnp0c50:00-093a:0255-touchpad",
|
|
enabled = true,
|
|
})
|