mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-13 18:58:52 +01:00
commit
4ae2b28d6b
@ -210,7 +210,7 @@ function awful.widget.tasklist.filter.currenttags_without_gs(c, screen)
|
|||||||
local ctags = c:tags()
|
local ctags = c:tags()
|
||||||
for _, v in ipairs(ctags) do
|
for _, v in ipairs(ctags) do
|
||||||
if v == t then
|
if v == t then
|
||||||
if c.class:lower() == "run.py" or c.class:lower() == "gsnotify-arm" or c.class.lower() == "main" then
|
if c.class:lower() == "run.py" or c.class:lower() == "gsnotify-arm" or c.class:lower() == "main" then
|
||||||
return false
|
return false
|
||||||
else
|
else
|
||||||
return true
|
return true
|
||||||
@ -356,7 +356,7 @@ awful.rules.rules = {
|
|||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
||||||
local gs_class = {"run.py","gsnotify","gsnotify-arm","retroarch","main"}
|
local gs_class = {"run.py","gsnotify","gsnotify-arm","retroarch","main","GSPLauncher"}
|
||||||
|
|
||||||
-- {{{ Signals
|
-- {{{ Signals
|
||||||
-- Signal function to execute when a new client appears.
|
-- Signal function to execute when a new client appears.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user