floating.lua.in
来自「awesome is a highly configurable, next g」· IN 代码 · 共 18 行
IN
18 行
----------------------------------------------------------------------------- @author Gregor Best-- @copyright 2008 Gregor Best-- @release @AWESOME_VERSION@----------------------------------------------------------------------------- Grab environment we needlocal setmetatable = setmetatable--- Dummy function for floating layoutmodule("awful.layout.suit.floating")local function floating(_, screen) return nilendsetmetatable(_M, { __call = floating })
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?