Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump version to 0.0.4 | B Stack | 2020-04-03 |
| | |||
* | fix #6 xscreensaver invocation is incorrect | B Stack | 2020-04-03 |
| | | | | It is now xscreensaver-command -lock | ||
* | fix #5 cli: multiple problems | B Stack | 2020-04-03 |
| | | | | | Option -n now acts as a dry run. The man page -V option is documented correctly now. | ||
* | fix #4 fix rest of frontends for py3.8 distro | B Stack | 2020-04-03 |
| | |||
* | actually apply those fixes | B Stack | 2020-04-02 |
| | |||
* | add changelog to readme | B Stack | 2020-04-02 |
| | |||
* | add man pages and drop .py endings | B Stack | 2020-04-02 |
| | |||
* | fix #2 and #3 distro name | B Stack | 2020-04-02 |
| | | | | | python 3.8 removed platform.platform() in favor of distro.linux_distribution(). This change uses the new format. | ||
* | add lm trayicon, and fix #1 | B Stack | 2020-04-02 |
| | | | | | Add program, its menu entry, and xdg autostart entry (disabled) Fix #1: cli executes valid command but still shows help message | ||
* | minor fixes | B Stack | 2020-03-11 |
| | |||
* | use alternatives, and actually run commands | B Stack | 2020-03-11 |
| | |||
* | add initial debuild stuff | B Stack | 2020-03-11 |
| | | | | | move bash completion to recommended one from lint improve make deplist with SEPARATOR | ||
* | add usage of sudo | B Stack | 2020-03-11 |
| | |||
* | add DRYRUN and bash_completion to lm-helper | B Stack | 2020-03-10 |
| | |||
* | WIP: add lm-helper | B Stack | 2020-03-10 |
| | | | | | lm-helper has most functionality there. needs work on logout, and bash_completion function. | ||
* | add desktop file, some readme contents | B Stack | 2020-03-10 |
| | |||
* | add lm-cli | B Stack | 2020-03-10 |
| | |||
* | rearrange src and add readme | B Stack | 2020-03-10 |