Skip to content

Commit

Permalink
Remove deprecated scripts and useless files from the collection (#14)
Browse files Browse the repository at this point in the history
* move old and unused scripts to .deprecated

* rename lm.py to be more consistent with the rest of the collection

* add help flag to list-monitors

Co-authored-by: a2n-s <[email protected]>
  • Loading branch information
amtoine and amtoine authored Jun 29, 2022
1 parent 2da6bfe commit e74d1f9
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions scripts/lm.py → scripts/a2n-s-list-monitors
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import gi
gi.require_version("Gdk", "3.0")
from gi.repository import Gdk
import argparse


def fetch_monitors():
Expand All @@ -38,4 +39,7 @@ def fetch_monitors():


if __name__ == "__main__":
parser = argparse.ArgumentParser()

args = parser.parse_args()
fetch_monitors()

0 comments on commit e74d1f9

Please sign in to comment.