disabled pixel scroll on kitty because who tf needs that

This commit is contained in:
2026-08-05 16:57:16 +01:00
parent eb7217973d
commit f16c1137f9

View File

@@ -29,6 +29,7 @@
settings = { settings = {
font_size = 11; font_size = 11;
scrollbar = "never"; scrollbar = "never";
pixel_scroll = false;
window_padding_width = 9; window_padding_width = 9;
background_opacity = 0.50; background_opacity = 0.50;
confirm_os_window_close = 0; confirm_os_window_close = 0;