dotfiles/.notion/cfg_sp.lua

12 lines
194 B
Lua
Raw Normal View History

2022-12-04 23:38:54 +01:00
--
-- Ion mod_sp configuration file
--
2023-01-01 10:16:54 +01:00
mod_sp.set_size(2400, 1200);
2022-12-04 23:38:54 +01:00
defbindings("WScreen", {
bdoc("Toggle scratchpad."),
kpress(META.."minus", "mod_sp.set_shown_on(_, 'toggle')"),
})