feat: start new lua-based hyprland config
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
hl.config({
|
||||
xwayland = {
|
||||
force_zero_scaling = true,
|
||||
},
|
||||
misc = {
|
||||
disable_hyprland_logo = true,
|
||||
disable_splash_rendering = true,
|
||||
vrr = 3,
|
||||
allow_session_lock_restore = true,
|
||||
},
|
||||
dwindle = {
|
||||
pseudotile = true,
|
||||
force_split = 2,
|
||||
preserve_split = true,
|
||||
},
|
||||
binds = {
|
||||
workspace_back_and_forth = true,
|
||||
},
|
||||
cursor = {
|
||||
no_warps = false,
|
||||
inactive_timeout = 5,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user