diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 6a0c3d92..0e6a630e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -207,7 +207,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({ "➊", "➋", "➌", "➍", "➎", "➏", "➐", "➑", "➒" }, s, awful.layout.layouts[1]) -- Create a promptbox for each screen s.mypromptbox = awful.widget.prompt()