1
0
dotfiles/new/i3/tabbed.py

7 lines
142 B
Python
Raw Normal View History

2020-03-20 01:42:31 +00:00
#!/usr/bin/env python
import i3
success = i3.layout('splith')
if success:
print('Successfully changed layout of the current workspace.')