summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-08 15:14:41 +0200
committerGravatar Tom Willemse2015-04-08 15:14:41 +0200
commit692389bf6b234b03006392118ea9187ad665bdc7 (patch)
treefd0e270c410c8f33f6b0df7ced32096409a3e577 /awesome
parent5284bf07ef4bb6bf0be1dfb9bcb5621b5eb0c0ad (diff)
downloaddotfiles-692389bf6b234b03006392118ea9187ad665bdc7.tar.gz
dotfiles-692389bf6b234b03006392118ea9187ad665bdc7.zip
Fix width of default terminal window
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 8b31c23..41d301d 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -584,4 +584,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Set the master window factor so that terminal windows show up with
-- 80 columns on the main screen. This is meant for a 1920x1080
-- resolution.
-awful.tag.setmwfact(0.5828, nil)
+awful.tag.setmwfact(0.623, tags[1][1])