1
0
dotfiles/new/i3/tabbed.py
Tom Crossley FEARNLEY 256a1e22f3 new
2020-03-20 01:42:31 +00:00

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.')