mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
copied profile
This commit is contained in:
18
wezterm/.config/picker/assets/fonts/reset.lua
Normal file
18
wezterm/.config/picker/assets/fonts/reset.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
---@module "picker.assets.fonts.reset"
|
||||
---@author sravioli, akthe-at
|
||||
---@license GNU-GPLv3
|
||||
|
||||
---@class PickList
|
||||
local M = {}
|
||||
|
||||
M.get = function()
|
||||
return { id = "reset", label = "Restore fonts to default" }
|
||||
end
|
||||
|
||||
M.activate = function(Config, _)
|
||||
for key, value in pairs(require "config.font") do
|
||||
Config[key] = value
|
||||
end
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user