git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commitfcd3da9a96f1117c3c623b69fd3043084670acea
parent528eb53429
authorSiddharth Dushantha <siddharth.dushantha@gmail.com>
date2020-04-20 09:52
removed tip

 README.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/README.md b/README.md
index 43ac9c0..b0f0925 100644
--- a/README.md
+++ b/README.md
@@ -112,11 +112,3 @@ export FONTPREVIEW_FG_COLOR="#000000"
 # Preview text that should be displayed in the font preview window
 export FONTPREVIEW_PREVIEW_TEXT="ABCDEFGHIJKLM\nNOPQRSTUVWXYZ\nabcdefghijklm\nnopqrstuvwxyz\n1234567890\n!@$\%(){}[]"
 ```
-
-## Tips
-It is recommended to have the preview window floating. So if you use i3wm or a variant, put this in your config:
-
-```
-for_window [instance="fontpreview"] floating enable
-```
-