about summary refs log tree commit diff
path: root/cfgfiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-31 11:31:12 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-31 11:31:12 +0100
commitb869a195f03a86948a6dd7521cfc67418c459991 (patch)
tree8f2292f8ca18acf3661e67d28598ef76eabd8a28 /cfgfiles
parentbb2be05b5ae40d3ec0e858b4c31ad8fd13842490 (diff)
cfgfiles/gajim: Move msgwin tabs to the right.
Especially when having a large number of MUC channels, a scrollable tab
bar on the top gets quite messy.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'cfgfiles')
-rw-r--r--cfgfiles/gajim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfgfiles/gajim.nix b/cfgfiles/gajim.nix
index 266943eb..b86f7899 100644
--- a/cfgfiles/gajim.nix
+++ b/cfgfiles/gajim.nix
@@ -210,7 +210,7 @@ in mkConfig {
   tabs_always_visible = true;
   tabs_border = false;
   tabs_close_button = true;
-  tabs_position = "top";
+  tabs_position = "right";
   time_stamp = "[%H:%M:%S]";
   tooltip_account_name_color = "#888A85";
   tooltip_affiliation_administrator_color = "#F57900";