diff options
Diffstat (limited to '.config/awesome')
| -rw-r--r-- | .config/awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0cfca12..53144e7 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -544,6 +544,7 @@ awful.keyboard.append_global_keybindings({ awful.tag.viewprev() end, { description = "move client to previous tag and switch to it", group = "tag" }), + awful.key({ modkey, "Shift" }, "Right", function() -- get current tag |
