Skip to content

Commit

Permalink
Update application description in README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
unclechu committed Mar 19, 2021
1 parent 614631f commit 6a89f26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -13,3 +13,6 @@ indent_size = 2

[src/*.hs]
max_line_length = 100

[LICENSE]
max_line_length = 78
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

place-cursor-at - utility to move mouse cursor using keyboard
place-cursor-at - Utility that moves the mouse cursor using the keyboard
Copyright (C) 2017-2021 Viacheslav Lotsmanov

This program is free software: you can redistribute it and/or modify
Expand Down
9 changes: 7 additions & 2 deletions README.md
@@ -1,7 +1,12 @@
![place-cursor-at](artwork/logo/horizontal.svg)

Utility for X11 that helps to move mouse cursor using only keyboard
written in Haskell.
A utility for X11 that moves the mouse cursor using the keyboard.
Written in Haskell.

This utility only gives you an ability to quickly move your mouse cursor to one
of 9 common spots of the screen. It’s intended to reduce the use of the mouse,
but not to replace it completely. It doesn’t provide you accurate aiming, only
approximate.

You bind a hotkey (in your WM configuration or by using [xbindkeys]) to run
`place-cursor-at` (say `Super+M`) and when you press it you see 9 windows on
Expand Down

0 comments on commit 6a89f26

Please sign in to comment.