awesome-rice icon indicating copy to clipboard operation
awesome-rice copied to clipboard

New keybinding to move client to relative tag

Open PhilomathJ opened this issue 2 years ago • 1 comments

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 }

PhilomathJ avatar Jan 09 '24 18:01 PhilomathJ

As an alternative, I could submit this PR to the original AwesomeWM/Awesome then you would pull it in with your next fetch

PhilomathJ avatar Jan 09 '24 23:01 PhilomathJ

@kosorin

resslr avatar Sep 22 '24 03:09 resslr

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).

kosorin avatar Sep 23 '24 20:09 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).

I will update my rice to include this, @PhilomathJ thanks for the fire update

resslr avatar Sep 23 '24 22:09 resslr