hyprland and fred config changes

This commit is contained in:
2026-06-15 12:09:16 +01:00
parent 67f6cbda66
commit e2650d30bc
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ hl.config({
gaps_in = gaps_in,
gaps_out = gaps_out,
border_size = 2,
resize_on_border = true,
resize_on_border = false,
allow_tearing = true,
layout = "scrolling",
col = {
@@ -46,7 +46,7 @@ hl.config({
},
input = {
touchpad = {
disable_while_typing = true,
disable_while_typing = false,
drag_lock = false,
middle_button_emulation = true,
natural_scroll = true,