mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
tags: allow to create/delete tags
This commit is contained in:
parent
48d9839de4
commit
a89fb71d6e
1 changed files with 3 additions and 2 deletions
|
@ -97,8 +97,9 @@ config.keys.global = awful.util.table.join(
|
||||||
t = shifty.tagtoscr(s, t)
|
t = shifty.tagtoscr(s, t)
|
||||||
awful.tag.viewonly(t)
|
awful.tag.viewonly(t)
|
||||||
end,
|
end,
|
||||||
"Send tag to next screen"))
|
"Send tag to next screen"),
|
||||||
|
awful.key({ modkey }, 0, shifty.add, "Create a new tag"),
|
||||||
|
awful.key({ modkey, "Shift" }, 0, shifty.del, "Delete tag"))
|
||||||
|
|
||||||
-- Bind all key numbers to tags.
|
-- Bind all key numbers to tags.
|
||||||
-- Be careful: we use keycodes to make it works on any keyboard layout.
|
-- Be careful: we use keycodes to make it works on any keyboard layout.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue