adding smb mount

and fine tuning window specs
This commit is contained in:
2026-02-09 22:31:24 -05:00
parent 9e172f2501
commit fca048f237
3 changed files with 186 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env python3
"""
Resize active window to Maximum preset (2400x3500)
Resize active window to Maximum preset (2450x3500)
"""
from resize_window import resize_active_window
if __name__ == "__main__":
resize_active_window(width=2400, height=3500)
resize_active_window(width=2450, height=3500)