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

fixed copy to clipboard

This commit is contained in:
Luke Bonham 2015-04-18 09:43:39 +02:00
parent f55b5cd700
commit 4d1ca82b65
9 changed files with 9 additions and 9 deletions

2
lain

@ -1 +1 @@
Subproject commit c9b11c5962f5a2c491f85755dff72a36829149df
Subproject commit 161abc46abf98a9a28ee4ee4f4b8c10ac57eabbc

View file

@ -473,7 +473,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -543,7 +543,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -473,7 +473,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -606,7 +606,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -544,7 +544,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -519,7 +519,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -471,7 +471,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),

View file

@ -480,7 +480,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 () os.execute("xsel -p -o | xsel --clipboard") end),
-- User programs
awful.key({ modkey }, "q", function () awful.util.spawn(browser) end),