style: re-format
This commit is contained in:
@@ -4,9 +4,9 @@ local colorscheme = require("lua.conf.colorscheme")
|
||||
local M = {}
|
||||
|
||||
M.autostart = {
|
||||
function ()
|
||||
function()
|
||||
hl.exec_cmd("hyprctl plugin load /usr/lib/hyprland-plugins/hyprexpo.so")
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
||||
M.confs = {
|
||||
@@ -41,7 +41,7 @@ M.binds = {
|
||||
dispatcher = function()
|
||||
hl.plugin.hyprexpo.expo("toggle")
|
||||
end,
|
||||
desc = "Toggle hyprexpo"
|
||||
desc = "Toggle hyprexpo",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user