fix: record by accident
This commit is contained in:
parent
98252e8d9d
commit
caba90be57
1
bin/sc
1
bin/sc
|
@ -60,6 +60,7 @@ audio() {
|
||||||
}
|
}
|
||||||
|
|
||||||
theend() {
|
theend() {
|
||||||
|
notify-send "recording ended"
|
||||||
_stop_recording
|
_stop_recording
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -555,10 +555,10 @@ local globalkeys = gears.table.join(
|
||||||
{ description = "bookmark", group = "launcher" }),
|
{ description = "bookmark", group = "launcher" }),
|
||||||
|
|
||||||
-- Recording
|
-- Recording
|
||||||
awful.key({ modkey }, "w",
|
awful.key({ modkey }, "F1",
|
||||||
function() awful.spawn.with_shell('sc window 25') end,
|
function() awful.spawn.with_shell('sc window 25') end,
|
||||||
{ description = "record window", group = "launcher" }),
|
{ description = "record window", group = "launcher" }),
|
||||||
awful.key({ modkey }, "e",
|
awful.key({ modkey }, "F2",
|
||||||
function() awful.spawn.with_shell('sc theend') end,
|
function() awful.spawn.with_shell('sc theend') end,
|
||||||
{ description = "end recording", group = "launcher" }),
|
{ description = "end recording", group = "launcher" }),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user