From f26bdd5643051420281f163b68d2a921276e3954 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 11 Mar 2018 22:44:40 +0700 Subject: Update 2018-03-11 --- awesome/.config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index d8af574..52578bb 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -434,9 +434,9 @@ globalkeys = awful.util.table.join( awful.key({modkey, "Control"}, "l", function() awful.tag.incncol(-1, nil, true) end, {description = "decrease the number of columns", group = "layout"}), - awful.key({modkey}, "Return", function() awful.layout.inc(1) end, + awful.key({modkey}, "Return", function() awful.layout.inc(-1) end, {description = "select next", group = "layout"}), - awful.key({modkey, "Shift"}, "Return", function() awful.layout.inc(-1) end, + awful.key({modkey, "Shift"}, "Return", function() awful.layout.inc(1) end, {description = "select previous", group = "layout"}), awful.key({modkey, "Control"}, "n", -- cgit 1.4.1