diff options
| author | alex <alex@pdp7.net> | 2025-09-20 10:37:38 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-09-20 10:38:21 +0200 |
| commit | 57d2a48ebdda26c5ed65220d9b7067bf6b31d7be (patch) | |
| tree | 2a74fbf39b8ee93acc4b70009ab852947ae400f0 /scripts/p7s/paperwm.py | |
| parent | fac90e796a60af202f57d4bda08b443ca9782256 (diff) | |
On Debian 13, PaperWM now installs easily!
Diffstat (limited to 'scripts/p7s/paperwm.py')
| -rw-r--r-- | scripts/p7s/paperwm.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/p7s/paperwm.py b/scripts/p7s/paperwm.py deleted file mode 100644 index 04a64f0a..00000000 --- a/scripts/p7s/paperwm.py +++ /dev/null @@ -1,7 +0,0 @@ -import pathlib -import subprocess - - -def setup_paperwm(): - install = (pathlib.Path(__file__).parent.parent / "PaperWM" / "install.sh") - subprocess.run([install], check=True) |
