awesome config

This commit is contained in:
cuu 2018-10-17 17:28:02 +08:00
parent f586418ecd
commit 7788d7541b

View File

@ -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()