From 0ee00536e6c1a64dadc4da17a545d3c17165fa64 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 18 May 2015 19:12:50 +0200 Subject: update to support python 3 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a5749f4..f6aa3d3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -xboomx -====== +# xboomx xboomx is wrapper around the dmenu. It is also a launcher. All the things it done is just sorting commands to launch according to their launch frequency. In other words - if you launch emacs and lxterminal all the time - they will appear in the list of commands first. -#Installation +## Installation ```sh git clone https://github.com/victorhaggqvist/xboomx cd xboomx @@ -13,7 +12,7 @@ mkdir ~/.xboomx cp etc/config ~/.xboomx/config ``` -#Config +## Config The config file, which if you followed the instructions above is located at `~/.xboomx/config`, contains the following a json object. ```json { @@ -29,9 +28,10 @@ man dmenu The `ignorelist` to prevent stuff that is in your path for showing up as suggestions. Like if you type `x` then `X` might show up before `xbmc`. -#License - xboomx - Copyright (C) 2014 Victor Häggqvist +## License + + xboomx + Copyright (C) 2014-2015 Victor Häggqvist This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,6 +47,6 @@ The `ignorelist` to prevent stuff that is in your path for showing up as suggest with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -For original license see the file`LICENSE.org` +For original license see the file `LICENSE.org` This is a fork of https://bitbucket.org/dehun/xboomx -- cgit v1.2.3