mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-29 10:28:50 +01:00
awesome rc update
This commit is contained in:
parent
1b91379e6e
commit
9b09dff133
@ -210,7 +210,7 @@ function awful.widget.tasklist.filter.currenttags_without_gs(c, screen)
|
||||
local ctags = c:tags()
|
||||
for _, v in ipairs(ctags) do
|
||||
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
|
||||
else
|
||||
return true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user