commit b423db427adf9e50c869110f2d8bd8f55522b3bd
parent 816ba391c1aa230453c418d67a459789c36010a0
Author: Georgios Oxinos <oxinosg@gmail.com>
Date: Thu, 29 Jul 2021 00:03:56 +0200
[dwm][patch][canfocusfloating] index.md fixed formatting
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dwm.suckless.org/patches/canfocusfloating/index.md b/dwm.suckless.org/patches/canfocusfloating/index.md
@@ -5,9 +5,9 @@ Description
-----------
Patch that allows disabling/enabling focus on floating clients. (when enabled, if you try to focus next/previous client in current tag, all floating clients will be skipped)
- - If floating client is selected while toggle is pressed, then master client is focused
- - On re-enabling focus, first floating client is focused
- - When user toggle floating of new client, if focus on floating clients was disabled, it will be removed
+* If floating client is selected while toggle is pressed, then master client is focused
+* On re-enabling focus, first floating client is focused
+* When user toggle floating of new client, if focus on floating clients was disabled, it will be removed
Inspired by [canfocusrule](https://dwm.suckless.org/patches/canfocusrule/) patch