Files
dotflies/.config/hypr/conf/style/general.lua
T

16 lines
455 B
Lua

-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.config({
general = {
gaps_in = 10,
gaps_out = 20,
border_size = 7,
-- Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false,
-- Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false,
layout = "dwindle",
},
})