mirror of https://github.com/lcpz/lain.git
add 'local' modifier as appropriate
This commit is contained in:
parent
9223ddfb10
commit
edac7419fa
|
@ -38,7 +38,7 @@ end
|
||||||
function fs:show(t_out)
|
function fs:show(t_out)
|
||||||
fs:hide()
|
fs:hide()
|
||||||
|
|
||||||
ws = helpers.read_pipe(helpers.scripts_dir .. "dfs"):gsub("\n*$", "")
|
local ws = helpers.read_pipe(helpers.scripts_dir .. "dfs"):gsub("\n*$", "")
|
||||||
|
|
||||||
if fs.followmouse then
|
if fs.followmouse then
|
||||||
fs.notification_preset.screen = mouse.screen
|
fs.notification_preset.screen = mouse.screen
|
||||||
|
|
Loading…
Reference in New Issue