mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-16 07:37:49 +02:00
tags: switch to shifty
This commit is contained in:
parent
a780d481c2
commit
ea09188897
10 changed files with 139 additions and 477 deletions
|
@ -250,7 +250,8 @@ for s = 1, screen.count() do
|
|||
end, tasklist.buttons)
|
||||
|
||||
-- Create the taglist
|
||||
taglist[s] = sharetags.taglist(s, sharetags.label.all)
|
||||
taglist[s] = awful.widget.taglist.new(s,
|
||||
awful.widget.taglist.label.all)
|
||||
-- Create the wibox
|
||||
wibox[s] = awful.wibox({ screen = s,
|
||||
fg = beautiful.fg_normal,
|
||||
|
@ -299,3 +300,5 @@ config.keys.global = awful.util.table.join(
|
|||
config.keys.global,
|
||||
awful.key({ modkey }, "r", function () promptbox[mouse.screen]:run() end,
|
||||
"Prompt for a command"))
|
||||
|
||||
config.taglist = taglist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue