summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* impressive-display.default: Fix DEFAULT_PDF_URI.Mike Gabriel2016-11-211-1/+1
|
* DEFAULT_PDF_URI: Switch to Impressive Display HowTo as default PDF URI.Mike Gabriel2016-11-211-1/+1
|
* secret files: Don't allow them to be symlinks.Mike Gabriel2016-11-211-2/+2
|
* Support /home/mike/.impressive-display/secrets/default.secret.Mike Gabriel2016-11-211-0/+3
|
* Use /home/mike/.impressive-display/config as local configuration file.Mike Gabriel2016-11-211-2/+2
|
* DISPLAYS hashmap: Be a bit more precise where new fields begin.Mike Gabriel2016-11-211-2/+2
|
* data/.gitignore: Ignore all .tex related temp files.Mike Gabriel2016-11-211-0/+7
|
* examples/impressive-display.default: Update from Debian package.Mike Gabriel2016-11-211-3/+9
|
* Makefile: Provide Makefile that automized build/installation.Mike Gabriel2016-11-211-0/+57
|
* Copyright: Explicitly add Daniel Teichmann as co-copyright holder.Mike Gabriel2016-11-211-1/+2
|
* Update VERSION file, update version and date in man page.Mike Gabriel2016-11-212-2/+2
|
* examples/: Add example impressive-display.default script.Mike Gabriel2016-11-211-0/+57
|
* Finish Impressive Display HowTo Beamer presentation file.Mike Gabriel2016-11-211-33/+103
|
* doc: Start working on impressive-display.tex (LaTeX Beamer presentation).Mike Gabriel2016-11-211-0/+166
|
* Use curl's --netrc-file option rather than its promiscuous -u option.DanielsLPecke2016-11-181-31/+5
|
* Rework Test-PDFs, add README about origin of the PDFs.Mike Gabriel2016-11-187-0/+9
|
* Fix gunzip code, for PDF URIs that let us retrieve a compressed PDF.Mike Gabriel2016-11-181-4/+10
|
* whitespace fixMike Gabriel2016-11-181-1/+0
|
* FIXME: handle script startup for cases where no PDF file can be retrieved ↵Mike Gabriel2016-11-181-0/+2
| | | | initially.
* Drop clear at script startup. If necessary, add it in one of the parsed-in ↵Mike Gabriel2016-11-181-2/+0
| | | | files.
* Remove debug output (set -x).Mike Gabriel2016-11-181-2/+0
|
* Do some sanity checks on set credential strings.Mike Gabriel2016-11-181-3/+10
|
* Move trap command below cleanup() function.Mike Gabriel2016-11-181-3/+1
|
* Prepend file:// to file name in DEFAULT_PDF_URI (hard-coded).Mike Gabriel2016-11-181-2/+3
|
* Change creds formatDanielsLPecke2016-11-181-9/+14
|
* Change Output message. Remove unnecessary 'xrandr'sDanielsLPecke2016-11-161-7/+5
|
* Change 'currentDisplay' to 'currentOutput'. Move the trap and ↵DanielsLPecke2016-11-161-0/+7
| | | | 'currentOutput'-setter to the top
* Change resolution on script-exitDanielsLPecke2016-11-161-0/+4
|
* Fix bug: resolution doesn't changeDanielsLPecke2016-11-161-4/+4
|
* Drop local_pdffile function, don't reference unused PDF_FILE variable anymore.DanielsLPecke2016-11-141-21/+6
|
* Clear screen on script startupDanielsLPecke2016-11-141-1/+2
|
* Add support for individually configuring multiple displays.DanielsLPecke2016-11-144-43/+41
| | | | (cherry picked from commit ce0733ae746423db3ee4a1c6808737001d1bf2a1)
* release 0.2.5Mike Gabriel2016-11-143-4/+38
|
* New feature: support hostname-fakingDanielsLPecke2016-11-101-1/+9
|
* Rename 'SLAVE_RESOLUTION' to 'SECONDARIES_RESOLUTION'.DanielsLPecke2016-11-101-3/+3
|
* Fix name of user config file when sourcing it.DanielsLPecke2016-11-101-1/+1
|
* Correct usage of var 'PRIMARY_DISPLAYS' (was: 'PRIMARIES_TERMINAL').DanielsLPecke2016-11-101-2/+2
|
* impressive-display: When applications starts, don't use basename $0, use a ↵Mike Gabriel2016-10-191-1/+1
| | | | hard-coded application name instead.
* impressive-display: Log when impressive gets started, terminated and ↵Mike Gabriel2016-10-191-0/+3
| | | | triggered for reload.
* release 0.2.40.2.4Mike Gabriel2016-10-171-2/+6
|
* release 0.2.4Mike Gabriel2016-10-173-5/+10
|
* impressive-display: Provide means for logging to syslog.Mike Gabriel2016-10-171-13/+21
|
* release 0.2.30.2.3Mike Gabriel2016-04-023-5/+43
|
* Print script version on script startup.Mike Gabriel2016-04-021-0/+4
|
* Print PDF_URL and PDF_FILE on script startup.Mike Gabriel2016-04-021-2/+2
|
* Make impressive-display script really quiet, so that we avoid writing too ↵Mike Gabriel2016-04-021-6/+5
| | | | much output to .xsession-errors on diskless systems.
* Add support for RUSH_HOURS and SLEEP_HOURS to the PDF download loop.Mike Gabriel2016-04-021-2/+105
|
* Slightly modify debugging comment at beginning of impressive-display script.Mike Gabriel2016-04-021-2/+2
|
* Handle situations where the 'bc' command line calculator is not installed.Mike Gabriel2016-04-011-0/+5
|
* Silence stderr output of the kill command when testing for existing PIDs.Mike Gabriel2016-03-291-2/+2
|