aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* bump version to 0.0.4B Stack2020-04-03
|
* fix #6 xscreensaver invocation is incorrectB Stack2020-04-03
| | | | It is now xscreensaver-command -lock
* fix #5 cli: multiple problemsB Stack2020-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 distroB Stack2020-04-03
|
* actually apply those fixesB Stack2020-04-02
|
* add changelog to readmeB Stack2020-04-02
|
* add man pages and drop .py endingsB Stack2020-04-02
|
* fix #2 and #3 distro nameB Stack2020-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 #1B Stack2020-04-02
| | | | | Add program, its menu entry, and xdg autostart entry (disabled) Fix #1: cli executes valid command but still shows help message
* minor fixesB Stack2020-03-11
|
* use alternatives, and actually run commandsB Stack2020-03-11
|
* add initial debuild stuffB Stack2020-03-11
| | | | | move bash completion to recommended one from lint improve make deplist with SEPARATOR
* add usage of sudoB Stack2020-03-11
|
* add DRYRUN and bash_completion to lm-helperB Stack2020-03-10
|
* WIP: add lm-helperB Stack2020-03-10
| | | | | lm-helper has most functionality there. needs work on logout, and bash_completion function.
* add desktop file, some readme contentsB Stack2020-03-10
|
* add lm-cliB Stack2020-03-10
|
* rearrange src and add readmeB Stack2020-03-10
bgstack15