diff options
author | James Booth <boothj5@gmail.com> | 2016-09-23 00:56:53 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-23 00:56:53 +0100 |
commit | d3cc5bd7ed9563dfc673b72ac3347cf41fc3d057 (patch) | |
tree | 6f7c72dda85e179b7cf1be3278e64f7a8d900674 /themes/boothj5 | |
parent | 3983ee1d6be8245901e83d7d06974005000a1721 (diff) | |
download | profani-tty-d3cc5bd7ed9563dfc673b72ac3347cf41fc3d057.tar.gz |
Allow vertical positioning of all windows
Diffstat (limited to 'themes/boothj5')
-rw-r--r-- | themes/boothj5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/boothj5 b/themes/boothj5 index 5fa069b5..b22e8648 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -137,4 +137,8 @@ tls.show=true console.muc=first console.chat=all console.private=all -inputwin.position=bottom +titlebar.position=1 +mainwin.position=2 +statusbar.position=3 +inputwin.position=4 + |