sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit b9f5ff184180ae79929d10857d3cca8c0455217b
parent 81ddb3cec690e861174a339ab01f9d2715a6ea78
Author: Elliott Seymour <rensenware@proton.me>
Date:   Thu, 28 Jul 2022 15:10:37 -0400

[dwm] [patch] [tagshift] add newlines to index.md on patch page

Diffstat:
Mdwm.suckless.org/patches/tagshift/index.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dwm.suckless.org/patches/tagshift/index.md b/dwm.suckless.org/patches/tagshift/index.md @@ -1,8 +1,13 @@ Tagshift ======== -Adds keybinds for circularly shifting back and forth viewed tags or a client's tags. This is an alternative to the [adjacenttag patch](https://dwm.suckless.org/patches/adjacenttag/) that allows for shifting forward and back all viewed tags, rather than just one. This is by default bound to mod + left and mod + right for shifting the viewed tags, mod + shift + left and mod + shift + right for shifting a client's tags. +Adds keybinds for circularly shifting back and forth viewed tags or a client's tags. +This is an alternative to the [adjacenttag patch](https://dwm.suckless.org/patches/adjacenttag/) that allows +for shifting forward and back all viewed tags, rather than just one. This is by default bound to +mod + left and mod + right for shifting the viewed tags, mod + shift + left and mod + shift + right +for shifting a client's tags. -For example, shifting the tags 2 and 3 to the right by one would change them to 3 and 4, and if a client's tags were set to 1 and 9, shifting them to the left by one would change them to 8 and 9. +For example, shifting the tags 2 and 3 to the right by one would change them to 3 and 4, and +if a client's tags were set to 1 and 9, shifting them to the left by one would change them to 8 and 9. Download --------