mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-07 08:58:07 +00:00
lain: new commit
This commit is contained in:
parent
b70755a667
commit
71c2adc8d2
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit fe8e24e5f589f10ab44c87f21a6fb4c450ae4507
|
||||
Subproject commit a04895f5eee173f2b22ec671920e455a9ce9b903
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue