summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* autoset - new order of the displaysHEADmasterGravatar Robin Obůrka 2019-09-251-1/+1
|
* Save windows position but only in session on main X serverGravatar Robin Obůrka 2017-07-071-1/+4
|
* The main display is renamed in stretchGravatar Robin Obůrka 2017-07-071-1/+1
|
* autodetect: Add sleep before second xrandr queryGravatar Robin Obůrka 2016-10-111-0/+1
| | | | I think there is some pause before xrandr provides the correct value.
* autodetect: Query xrandr as functionGravatar Robin Obůrka 2016-10-111-2/+6
| | | | It should be useful later. E.g. to define some timeout.
* autodetect: Try to fix restore processGravatar Robin Obůrka 2016-10-111-22/+6
|
* Fix regexp in grepGravatar Robin Obůrka 2016-10-101-2/+2
|
* wpos: Provide command listGravatar Robin Obůrka 2016-05-171-0/+4
|
* wpos: Provide parameter for customizable queriesGravatar Robin Obůrka 2016-05-171-1/+1
|
* Fix it to new weired behavior of new driverGravatar Robin Obůrka 2016-03-021-6/+7
| | | | Now, it is sensitive to any shift of coordinates. It is much more portable
* wpos: Add second round to restore operation and check the result of operationGravatar Robin Obůrka 2015-08-231-0/+15
| | | | | | | There is some bug that moves some windows about 2 pixels on the x-axis. This code checks if this happened and fixes theirs position. This code is not perfect and duplicates some code.
* wpos: Make some pieces of code more genericGravatar Robin Obůrka 2015-08-231-7/+16
|
* Add 2displays commandGravatar Robin Obůrka 2015-07-021-0/+3
|
* Make sure that $SAVEPATH existsGravatar Robin Obůrka 2015-04-191-0/+1
|
* Cancel none commandGravatar Robin Obůrka 2015-03-281-5/+0
|
* Add (again) profile command and fix none commandGravatar Robin Obůrka 2015-03-271-1/+7
|
* Move computing hash to functionGravatar Robin Obůrka 2015-03-271-13/+17
|
* Save/restore profilesGravatar Robin Obůrka 2015-03-271-0/+22
|
* Change definition of "profile"Gravatar Robin Obůrka 2015-03-271-7/+17
| | | | Hash is computed from active displays
* TypoGravatar Robin Obůrka 2015-03-271-1/+1
|
* Add support for profiles into wposGravatar Robin Obůrka 2015-03-211-2/+7
|
* Provide better storage management for wposGravatar Robin Obůrka 2015-03-211-1/+7
|
* Add command, that returns hash of current profileGravatar Robin Obůrka 2015-03-211-5/+13
|
* Provide first simple version of wpos - windows restorerGravatar Robin Obůrka 2015-03-211-0/+29
|
* Add "none" commandGravatar Robin Obůrka 2015-03-211-0/+4
| | | | It is useful when you are implementing some kind of "reset operation".
* Add support for mirror modeGravatar Robin Obůrka 2015-03-041-0/+10
|
* Add 2 more commandsGravatar Robin Obůrka 2015-03-041-0/+6
|
* Make better readable testsGravatar Robin Obůrka 2015-02-261-2/+2
|
* Remove some duplicate profilesGravatar Robin Obůrka 2015-02-261-6/+0
| | | | If is just one display connected, it is always EXT1
* Unify API of the functionsGravatar Robin Obůrka 2015-02-261-4/+5
|
* Fix resolution parser and move it to functionGravatar Robin Obůrka 2015-02-261-3/+6
|
* Fix rexexp in detect_statusGravatar Robin Obůrka 2015-02-261-1/+1
|
* Add some commentsGravatar Robin Obůrka 2015-02-221-1/+3
|
* Turn off debugGravatar Robin Obůrka 2015-02-221-1/+0
|
* Provide ability to set notebook display onlyGravatar Robin Obůrka 2015-02-221-1/+4
|
* Fix detection of unnecessary displaysGravatar Robin Obůrka 2015-02-221-8/+11
|
* Fix 3 displays commandGravatar Robin Obůrka 2015-02-221-1/+4
|
* Fix regexpGravatar Robin Obůrka 2015-02-221-2/+2
|
* Add read auto detection to autodetect.shGravatar Robin Obůrka 2015-02-221-20/+52
|
* Rewrite script to /bin/sh instead of /bin/bashGravatar Robin Obůrka 2015-02-221-9/+9
|
* Change names for new kernel and intel x-org driverGravatar Robin Obůrka 2015-02-221-24/+24
|
* Add "external" commandGravatar Robin Obůrka 2014-09-071-1/+9
|
* Initial commitGravatar Robin Obůrka 2014-08-227-0/+91