Merge pull request #6 from cuu/master

awesome config update
This commit is contained in:
GNU 2018-12-13 20:06:29 +08:00 committed by GitHub
commit 4ae2b28d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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
-- Signal function to execute when a new client appears.