about summary refs log tree commit diff
path: root/cfgfiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-31 11:30:23 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-31 11:30:23 +0100
commitbb2be05b5ae40d3ec0e858b4c31ad8fd13842490 (patch)
tree249b4e89519c81e3fd4f56109118b36f35b41292 /cfgfiles
parent09e56a4c9d6d042645a4dea1800bd2047a3940a6 (diff)
cfgfiles/gajim: Always maximize message window.
Should work better with tiling window managers.

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 6fda0ab7..266943eb 100644
--- a/cfgfiles/gajim.nix
+++ b/cfgfiles/gajim.nix
@@ -118,7 +118,7 @@ in mkConfig {
   mergeaccounts = false;
   mood_iconset = "default";
   "msgwin-height" = "1156";
-  "msgwin-max-state" = false;
+  "msgwin-max-state" = true;
   "msgwin-width" = "1336";
   "msgwin-x-position" = "0";
   "msgwin-y-position" = "20";