main
59c7d64 ยท 8 days ago 139 commits
 1hl.config({
 2	plugin = {
 3		scrolloverview = {
 4			scale = 0.5,
 5			workspace_gap = 10,
 6			layout = "horizontal",
 7			blur = true,
 8
 9			input = {
10				scrolling_mode = 1,
11			},
12
13			shadow = {
14				enabled = false,
15			},
16		},
17	},
18})
19
20