dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 18f8bc4e2b946cf04c27c719cac09ba26426d914
parent 96a29b84becb072a0d5ef7cf535c3b6bb2830b08
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  4 Oct 2017 21:15:18 +0100

comment out column key bindings

Diffstat:
Mawesome/.config/awesome/rc.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -254,8 +254,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end), awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1) end), awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1) end), - awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end), - awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end), + -- awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end), + -- awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end), awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end), awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),