diff --git a/lain b/lain index c9b11c5..161abc4 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit c9b11c5962f5a2c491f85755dff72a36829149df +Subproject commit 161abc46abf98a9a28ee4ee4f4b8c10ac57eabbc diff --git a/rc.lua.blackburn b/rc.lua.blackburn index 6940999..47e42c0 100644 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -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), diff --git a/rc.lua.copland b/rc.lua.copland index 5f45e14..7fd299c 100644 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -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), diff --git a/rc.lua.dremora b/rc.lua.dremora index 15c01bf..f0c03ca 100644 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -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), diff --git a/rc.lua.holo b/rc.lua.holo index ece7296..1b21df5 100644 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -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), diff --git a/rc.lua.multicolor b/rc.lua.multicolor index 7e239e0..691d0bd 100644 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -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), diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index ee4dd39..b81b677 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -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), diff --git a/rc.lua.rainbow b/rc.lua.rainbow index 1219788..fc1fc20 100644 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -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), diff --git a/rc.lua.steamburn b/rc.lua.steamburn index a116ac3..074a858 100644 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -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),