style: re-format

This commit is contained in:
2026-06-12 17:12:25 -04:00
parent a0b22453eb
commit e298b55cb7
36 changed files with 832 additions and 832 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ local M = {}
M.autostart = { M.autostart = {
function() function()
hl.exec_cmd("hyprctl plugin load /usr/lib/hyprland-plugins/hyprexpo.so") hl.exec_cmd("hyprctl plugin load /usr/lib/hyprland-plugins/hyprexpo.so")
end end,
} }
M.confs = { M.confs = {
@@ -41,7 +41,7 @@ M.binds = {
dispatcher = function() dispatcher = function()
hl.plugin.hyprexpo.expo("toggle") hl.plugin.hyprexpo.expo("toggle")
end, end,
desc = "Toggle hyprexpo" desc = "Toggle hyprexpo",
}, },
} }