aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/misc/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/misc/keys.lua b/.config/awesome/misc/keys.lua
index 9a5e481..e51473f 100644
--- a/.config/awesome/misc/keys.lua
+++ b/.config/awesome/misc/keys.lua
@@ -379,7 +379,7 @@ awful.keyboard.append_global_keybindings {
triggers = "x",
press = function()
local tag = awful.screen.focused().selected_tag
- tag.master_width_factor = cfg.tags[tonumber(tag.name)].master_width_factor or beautiful.master_width_factor
+ tag.master_width_factor = cfg.tags[tonumber(tag.name)].master_width_factor or beautiful.master_width_factor or 0.5
end,
group = "tag",
desc = "reset master width",