Rename specific spaces.

master
josiah 4 years ago
parent 4c935d31a6
commit f8dd29399f

@ -172,7 +172,7 @@ awful.screen.connect_for_each_screen(function(s)
set_wallpaper(s)
-- Each screen has its own tag table.
awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1])
awful.tag({ "www", "term", "emacs", "media", "comms", "conf" }, s, awful.layout.layouts[1])
-- Create a promptbox for each screen
s.mypromptbox = awful.widget.prompt()

Loading…
Cancel
Save