commit b423db427adf9e50c869110f2d8bd8f55522b3bd
Author: Georgios Oxinos <oxinosg_AT_gmail.com>
Date: Thu Jul 29 00:03:56 2021 +0200
[dwm][patch][canfocusfloating] index.md fixed formatting
diff --git a/dwm.suckless.org/patches/canfocusfloating/index.md b/dwm.suckless.org/patches/canfocusfloating/index.md
index c95f57be..76731183 100644
--- a/dwm.suckless.org/patches/canfocusfloating/index.md
+++ b/dwm.suckless.org/patches/canfocusfloating/index.md
_AT_@ -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
Received on Thu Jul 29 2021 - 00:05:06 CEST