feat: fps config

This commit is contained in:
hesam-init 2024-02-12 22:46:15 +03:30
parent d3868fc647
commit bffc3e35cc

View file

@ -4,7 +4,7 @@
# ----------------------------------------------------- # -----------------------------------------------------
general { general {
max_fps = 75 max_fps = 360
gaps_in = 4 gaps_in = 4
gaps_out = 5 gaps_out = 5
border_size = 2 border_size = 2
@ -12,6 +12,6 @@ general {
col.inactive_border = rgba(31313699) col.inactive_border = rgba(31313699)
no_focus_fallback = true no_focus_fallback = true
layout = dwindle layout = dwindle
allow_tearing = false allow_tearing = true
sensitivity = 0.5 sensitivity = 0.5
} }