diff options
| author | Blista Kanjo | 2023-08-22 14:41:31 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-22 14:41:31 -0400 |
| commit | 27ff2ffef38c082004cb061b88b166200114f41f (patch) | |
| tree | f47f53dd684563a03d5e3e0ff435e39ba479ee5a /.config/awesome/rc.lua | |
| parent | f8a3bc3fd3d55b46178645be3a3753ee71da49ea (diff) | |
refactor: add whitespace for readability
Diffstat (limited to '.config/awesome/rc.lua')
| -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 |
