mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
No conflict in key bindings anymore.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user