My dotfiles - user settings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- Authors: Unknown
|
|
-- License: Unknown
|
|
-- Last Changed: Unknown
|
|
--
|
|
-- first toggle fullscren, then create new
|
|
--
|
|
|
|
local function sdk_navigate_ws()
|
|
end
|
|
|
|
local function sdk_spawn_command()
|
|
end
|
|
|
|
ioncore.defbindings("WScreen", {
|
|
kpress(META.."B", toggle_floatsb)
|
|
})
|
|
|