7 lines
142 B
Python
Executable File
7 lines
142 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import i3
|
|
success = i3.layout('splith')
|
|
if success:
|
|
print('Successfully changed layout of the current workspace.')
|