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 | |
| parent | fac90e796a60af202f57d4bda08b443ca9782256 (diff) | |
On Debian 13, PaperWM now installs easily!
Diffstat (limited to 'scripts')
| m--------- | scripts/PaperWM | 0 | ||||
| -rw-r--r-- | scripts/p7s/paperwm.py | 7 | ||||
| -rw-r--r-- | scripts/pyproject.toml | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/scripts/PaperWM b/scripts/PaperWM deleted file mode 160000 -Subproject 3a736d7c0c6e2b6a955ce1f4ef96bfd8b7041d3 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) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 7803b64a..5c09cac5 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -20,7 +20,6 @@ setup-bitlbee = 'p7s.bitlbee:setup_bitlbee' setup-emacs = 'p7s.emacs:setup_emacs' setup-mbsync = 'p7s.mail:setup_mbsync' setup-nextcloud = 'p7s.nextcloud:setup_nextcloud' -setup-paperwm = 'p7s.paperwm:setup_paperwm' setup-imapfilter = 'p7s.mail:setup_imapfilter' setup-soju = 'p7s.soju:setup_soju' setup-ubpkg = 'p7s.ubpkg:setup_ubpkg' |
