From 7788d7541b49fa4f967baf8afe4a3ef5e2437653 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 17 Oct 2018 17:28:02 +0800 Subject: [PATCH] awesome config --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index cd3e55d..d167062 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -172,7 +172,7 @@ awful.screen.connect_for_each_screen(function(s) -- Wallpaper -- Each screen has its own tag table. - awful.tag({ "1", "2" }, s, awful.layout.layouts[1]) + awful.tag({ "GameShell" }, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt()