From 3f108b9e66b8f4dff5a8d0f87ef9e6b25fe3bab2 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 13 Dec 2018 17:56:43 +0800 Subject: [PATCH] awesome rc update --- awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 887c956..7688728 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -43,7 +43,7 @@ do end -- }}} -theme_base = "/home/cpi/launcher/awesome" +theme_base = "/home/cpi/launchergo/awesome" -- Themes define colours, icons, font and wallpapers. beautiful.init(theme_base .. "/themes/default/theme.lua") @@ -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" 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"} +local gs_class = {"run.py","gsnotify","gsnotify-arm","retroarch","main"} -- {{{ Signals -- Signal function to execute when a new client appears.