Quellcode durchsuchen

~/.config/awesome/rc.lua: Use slock.

Lucas Stadler vor 13 Jahren
Ursprung
Commit
19f7633295
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .config/awesome/rc.lua

+ 1 - 1
.config/awesome/rc.lua

@ -250,7 +250,7 @@ globalkeys = awful.util.table.join(
250 250
              end),
251 251
252 252
    awful.key({ modkey }, "l", function() os.execute(os.getenv('HOME') .. "/.bin/xkbswap") end),
253
    awful.key({ modkey, "Shift" }, "l", function() os.execute("xlock -mode blank") end),
253
    awful.key({ modkey, "Shift" }, "l", function() os.execute("slock") end),
254 254
    awful.key({ modkey }, "b", function() awful.util.spawn("chromium --allow-file-access-from-files", false) end),
255 255
    awful.key({ modkey, "Shift" }, "b", function() awful.util.spawn("chromium --incognito --allow-file-access-from-files", false) end),
256 256