1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

No conflict in key bindings anymore.

This commit is contained in:
Bert Peters
2017-03-24 13:38:40 +01:00
parent e29d42bc92
commit 4b41e4213b

View File

@@ -68,9 +68,8 @@ modkey = "Mod4"
-- Table of layouts to cover with awful.layout.inc, order matters.
awful.layout.layouts = {
awful.layout.suit.spiral,
awful.layout.suit.floating,
awful.layout.suit.tile,
awful.layout.suit.floating,
awful.layout.suit.fair.horizontal,
awful.layout.suit.max,
}
@@ -345,7 +344,7 @@ globalkeys = awful.util.table.join(
awful.spawn("xbacklight -inc 15") end),
-- Lock screen
awful.key({ modkey, "Shift" }, "l", function () awful.spawn("gnome-screensaver-command --lock") end),
awful.key({ modkey, "Control" }, "l", function () awful.spawn("gnome-screensaver-command --lock") end),
-- Print screen tools
awful.key({ }, "Print", function () awful.spawn("gnome-screenshot") end),