mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 20:34:46 +02:00
tags: add keybinding to rename a tag
This commit is contained in:
parent
432acddc23
commit
f912014b83
2 changed files with 4 additions and 3 deletions
|
@ -98,7 +98,8 @@ config.keys.global = awful.util.table.join(
|
|||
end,
|
||||
"Send tag to next screen"),
|
||||
awful.key({ modkey }, 0, shifty.add, "Create a new tag"),
|
||||
awful.key({ modkey, "Shift" }, 0, shifty.del, "Delete tag"))
|
||||
awful.key({ modkey, "Shift" }, 0, shifty.del, "Delete tag"),
|
||||
awful.key({ modkey, "Control" }, 0, shifty.rename, "Rename tag"))
|
||||
|
||||
-- Bind all key numbers to tags.
|
||||
-- Be careful: we use keycodes to make it works on any keyboard layout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue