1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

lain: new commit

This commit is contained in:
copycat-killer 2016-04-25 10:44:46 +02:00
parent b70755a667
commit 71c2adc8d2
2 changed files with 2 additions and 2 deletions

2
lain

@ -1 +1 @@
Subproject commit fe8e24e5f589f10ab44c87f21a6fb4c450ae4507
Subproject commit a04895f5eee173f2b22ec671920e455a9ce9b903

View file

@ -523,7 +523,7 @@ globalkeys = awful.util.table.join(
end),
-- Copy to clipboard
awful.key({ modkey }, "c", function () os.execute("xsel -p -o | xsel -i -b") end),
awful.key({ modkey }, "c", function () awful.util.spawn("xsel -p -o | xsel -i -b") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),