New keybinding to move client to relative tag
Added new keybinding in rice/bindings/client.lua that builds upon the existing keybinding of 'Move to tag'.
This moves the focused client to the tag immediately previous or next in the client.screen.tags[] array. The client move does not wrap around to the start or end of the array if already at the end or start.
This new keybinding uses the trigger: arrow left/right instead of numrow with the same modifiers { mod.super, mod.shift }
As an alternative, I could submit this PR to the original AwesomeWM/Awesome then you would pull it in with your next fetch
@kosorin
Sorry. Somehow I missed this.
It's actually a useful feature. I need to find another keybinding, because there is a conflicting "Move" keybinding (super+shift+arrows).
Sorry. Somehow I missed this.
It's actually a useful feature. I need to find another keybinding, because there is a conflicting "Move" keybinding (super+shift+arrows).
I will update my rice to include this, @PhilomathJ thanks for the fire update