commit 04b7a5cc530d2db9f16803ad31bb95873d210c7a
parent bd1098afbe1af73e4f21d330f0ff8f9ae46264ba
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 6 Jan 2018 21:55:23 +0000
screen tags back to numbers
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
@@ -97,11 +97,10 @@ local layouts = {
tags = {}
for s = 1, screen.count() do
tags[s] = awful.tag({
- " terminal ",
- " web ",
--- " COMMS ",
- " code ",
- " other "
+ " 01 ",
+ " 02 ",
+ " 03 ",
+ " 04 "
},
s,
layouts[1])