QuakeConsole: save fullscreen state.

This commit is contained in:
Kolan Sh 2022-01-28 17:06:56 +03:00
parent 8288a5b426
commit 4248e2ff98
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -323,7 +323,7 @@ local function update_quake_console(cli)
if (not cli.hidden) then
cli.floating = true
cli.ontop = true
if not cli.fullscreen then cli.ontop = true end
cli:move_to_screen(awful.screen.focused ())
cli:tags({awful.screen.focused().selected_tag})
cli.skip_taskbar = true