adding smb mount
and fine tuning window specs
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user